CrackTC / dr-jlu-linux

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Affero General Public License v3.0


Languages

Language:C++ 89.5%Language:C 9.9%Language:Makefile 0.6%