Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 494 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 494 Bytes

dr-jlu-linux

吉大Linux端Dr校园网登录客户端

移植自 https://github.com/code4lala/dr-jlu-win32

Installation

  1. clone this repository
git clone https://github.com/CrackTC/dr-jlu-linux.git
  1. edit Login/main.cpp, update logInfo with your username and password, and strBuf with your MAC address
struct tagLogInfo logInfo{"xiaoming", "123456"};
const char* strBuf = "1a2b3c4d5e6f";
  1. compile
make build
  1. run
make run