吉大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
, updatelogInfo
with your username and password, andstrBuf
with your MAC address
struct tagLogInfo logInfo{"xiaoming", "123456"};
const char* strBuf = "1a2b3c4d5e6f";
- compile
make build
- run
make run