吉大Linux端Dr校园网登录客户端
- clone this repository
git clone https://github.com/CrackTC/dr-jlu-linux.git- edit
Login/main.cpp, updatelogInfowith your username and password, andstrBufwith your MAC address
struct tagLogInfo logInfo{"xiaoming", "123456"};
const char* strBuf = "1a2b3c4d5e6f";- compile
make build- run
make run