Skip to content

a jlu drcom client ported from code4lala/dr-jlu-win32

License

Notifications You must be signed in to change notification settings

CrackTC/dr-jlu-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a jlu drcom client ported from code4lala/dr-jlu-win32

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published