吉大Linux端Dr校园网登录客户端
移植自 https://github.com/code4lala/dr-jlu-win32
- 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