wx小程序反编译(permeation)
简介
2022/3/17日更新
PCwx小程序被加密,需要先解包生成.wxapkg
pc_wxapkg_decrypt_python
python生成
路径\WeChatFiles\Applet\小程序id\__APP__.wxapkg


python main.py --wxid 微信APPID --file 输入文件 --output 输出文件
python main.py --wxid wx1234567890123456 --file __APP__.wxapkg --output dec.wxapkg

反编译
node wuWxapkg.js dec.wxapkg

生成的目录拖到代码编辑工具


浙公网安备 33010602011771号