========================================
 Android 逆向工程环境状态
 保存时间: 2026-07-08
========================================

已安装工具:
  jadx        1.5.1  (/usr/local/bin/jadx)
  apktool     2.9.3  (/usr/local/bin/apktool.jar)
  androguard  4.1.4  (Python库)
  flask       3.1.3  (Python库)
  python3     3.10.12
  unzip       /usr/bin/unzip
  strings     /usr/bin/strings
  file        /usr/bin/file
  tar         /usr/bin/tar
  curl        /usr/bin/curl

脚本位置:
  /workspace/reverse-engineering-kit/          主工具包
  /workspace/scripts/                          二级备份
  /workspace/core-backup-*/                    三级快照

打包文件:
  /workspace/reverse-engineering-kit-scripts.tar.gz    72K  纯脚本
  /workspace/reverse-engineering-kit-v2.tar.gz         22M  脚本+apktool
  /workspace/kit_scripts_base64.txt                    97K  base64编码

云端备份:
  https://paste.c-net.org/FarmsCalcium  (旧版，仅脚本)

恢复方法:
  1. 下载脚本包
  2. cd reverse-engineering-kit && bash setup.sh
  3. bash launcher.sh --all app.apk

========================================
