Files
notiMessage/reverse/README.md
Mars 59970a84a8 feat: MariBank 风控 bypass、澳洲银行 Hook 与 reverse 逆向工作区
新增 MariBank/SeaBank PH Root 与 SHPSSDK bypass、riskToken 净化及 Up/Suncorp/ubank 消息 Hook;整理 reverse/ 脚本与 Frida 工具链,并补充当日工作说明文档。
2026-07-03 17:15:16 +08:00

20 lines
650 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# reverse/ 逆向工作区
| 目录 | 内容 |
|------|------|
| `scripts/` | DEX/APK 扫描与分析 Python 脚本 |
| `frida/` | Frida trace 脚本与运行器 |
| `apks/` | 从设备拉取的 APK不入库 |
| `extracted/` | 解压产物、dex dump、`.so`(不入库) |
| `output/` | 脚本输出的 `.txt` 分析报告 |
| `logs/` | 运行日志(含 `logs/frida/` |
| `tmp/` | 临时 `.dex` 文件(不入库) |
常用命令(在项目根目录执行):
```powershell
python reverse/scripts/scan_dex.py reverse/extracted
python reverse/frida/run_frida_trace.py attach
powershell -File reverse/frida/pull_split_apk.ps1
```