未合并最新算法2.4.7#include <stdio.h>#include <stdlib.h>#include <time.h>#include <string.h>#include "pppd/pppd.h"#include "pppd/md5.h" typedef unsigned char byte; char pppd_version[] = VERSION; static char saveuser[MAXNAMELEN] = {0};static char savepwd[MAXSE...
阅读全文>>
根据github.com/nowind/sx_pi/blob/master/sxbase.py可以得知逗比电信工程师只是偷懒换了算法中的一个字符串:原来是:zjxinlisx01变为:singlenet01所以,我们就可以直接修改拨号器了首先需要,notepad++或者UltraEdit软件,直接打开拨号器exe执行文件查找zjxinlisx01字符串,并改为singlenet01算法地址:github.com/nowind/sx_pi/另外闪讯 改静态密码方法会在日后放出拨号插件 链接: http://pan.baidu.com/s/1o6zFDay 密码: wq84...
阅读全文>>