This branch is 11 commits behind cantyonion/LiveParise:main
hamjin 710174d6de
fix console output
Signed-off-by: hamjin <jinham@qq.com>
2024-09-08 23:39:17 +08:00
2024-09-08 19:28:12 +08:00
2024-09-08 19:28:12 +08:00
2024-09-08 19:28:12 +08:00
2024-09-08 23:39:17 +08:00
2024-09-08 19:28:12 +08:00
2024-09-08 20:02:54 +08:00

Live Parise

How to build

mkdir build && cd build
cmake ..
cmake --build . --target main

Usage

./main [thread number] # default is 4

Modify

Set these vars to you need

const char SUBROOMID[] = ""; // at line 43 in main.c
const char SS[] = "";

AddressSanitizer

Asan is enabled by default.

cmake .. -DENABLE_ASAN=OFF # disable asan

or

option(ENABLE_ASAN "Enable AddressSanitizer" OFF) # at line 9

to disable it.

Description
超星学习通直播刷赞工具
Readme
Languages
C 63.9%
Python 22.6%
CMake 13.5%