android-reverse-engineering.../plugins/android-reverse-engineering/commands
Simone Avogadro e70920cf87 SDK Neutralizer v3: full XAPK round-trip, auto-keystore, neutralize-all installer
- decode-apk.sh preserves XAPK structure (.xapk-origin/) with splits, manifest, and metadata for automatic reassembly
- rebuild-apk.sh detects .xapk-origin/, re-signs all split APKs, and assembles final .xapk output
- Add --auto-keystore flag: prioritizes ~/.android/debug.keystore → previous debug key → generated key
- Add neutralize-all compound target to install-dep.sh (java + apktool + apksigner + zip in one command)
- Add apktool version check (>= 2.9.0) with automatic upgrade from GitHub releases
- Add install_zip() and zip dependency check for XAPK rebuild
- All scripts now prepend ~/.local/bin to PATH for user-local tool installs
- Update SKILL.md Phase 3 with built-in catalog detection workflow and custom SDK discovery using Claude Code tools
- Update neutralize.md, CLAUDE.md, and README.md with XAPK and auto-keystore documentation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 14:37:06 +01:00
..
decompile.md Improve plugin discoverability and metadata completeness 2026-03-02 11:30:57 +01:00
find-ads.md Add tracker-analysis and ad-analysis skills with active vs passive SDK detection 2026-03-02 15:10:47 +01:00
find-trackers.md Add tracker-analysis and ad-analysis skills with active vs passive SDK detection 2026-03-02 15:10:47 +01:00
neutralize.md SDK Neutralizer v3: full XAPK round-trip, auto-keystore, neutralize-all installer 2026-03-09 14:37:06 +01:00