Files
notiMessage/reverse
mars 609635aba1 chore: 备份 TNG 注册/captcha 逆向与 MariBank SG bypass 进展
TngRootBypassHook 增强 captcha 诊断、TigerTally/JNIC 分层与 HWUI 策略;新增逆向脚本、Frida 工具与 UI dump;同步 MariBank SG hook 与 tng_exit_guard 更新。
2026-08-03 15:23:02 +08:00
..

reverse/ 逆向工作区

目录 内容
scripts/ DEX/APK 扫描与分析 Python 脚本
frida/ Frida trace 脚本与运行器
apks/ 从设备拉取的 APK不入库
extracted/ 解压产物、dex dump、.so(不入库)
output/ 脚本输出的 .txt 分析报告
logs/ 运行日志(含 logs/frida/
tmp/ 临时 .dex 文件(不入库)

常用命令(在项目根目录执行):

python reverse/scripts/scan_dex.py reverse/extracted
python reverse/frida/run_frida_trace.py attach
powershell -File reverse/frida/pull_split_apk.ps1