1 Star 16 Fork 16

陈不不 / 维普瑞数5解混淆工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
anypro.js 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈不不 提交于 2022-04-10 10:15 . AST解混淆
const anpro = require('anyproxy');
const option = {
port: 8001,
rule: require('./rule/gueig'),
webInterface: {
enable: true,
webProt: 8002
},
throttle: 10000,
forceProxyHttps: true,
wsIntercept: false,
silent: false
}
const pandpro = new anpro.ProxyServer(option);
pandpro.on('ready',() => {
console.log("开始了")
})
pandpro.on('error',()=>{
console.log("错误了")
})
pandpro.start()
1
https://gitee.com/a2833844911cc/AST.git
git@gitee.com:a2833844911cc/AST.git
a2833844911cc
AST
维普瑞数5解混淆工具
master

搜索帮助