android-reverse-engineering.../plugins/clone-app/skills/clone-app/scripts
fatih.bulut f7da7007fc fix(clone-app): Unity XAPK detection, mono DLL path, game-assets manifest
- detect-unity.sh: handle XAPK bundles by extracting nested *.apk entries
  to a mktemp dir and merging their listings before grepping; /dev/stdin
  pipe approach is unreliable on macOS (unzip central-dir seek fails)
- tests/test-detect-unity.sh: add xapk il2cpp fixture — outer xapk wraps
  a Unity base.apk; asserts classification returns il2cpp
- SKILL.md mono branch: replace hardcoded $WORK/output/Managed/ path (jadx
  never creates it) with correct extract-from-APK step into $WORK/managed/;
  mirrors the il2cpp branch wording and adds XAPK note
- SKILL.md il2cpp+mono branches: add game-assets/manifest.json inventory
  step after unity-assets.sh so re-digest-contract.md claim is satisfied
- extract-design.py: remove unused imports sys and re

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 02:30:37 +03:00
..
check-appstore.py feat(clone-app): enhance HTTP request handling and update test cases for Play Store scraping 2026-06-21 20:12:31 +03:00
detect-unity.sh fix(clone-app): Unity XAPK detection, mono DLL path, game-assets manifest 2026-06-25 02:30:37 +03:00
download-apk.sh feat(clone-app): download APKs via apkeep instead of APKCombo scraping 2026-06-21 19:19:54 +03:00
extract-design.py fix(clone-app): Unity XAPK detection, mono DLL path, game-assets manifest 2026-06-25 02:30:37 +03:00
extract-package.sh fix(clone-app): correct Phase 2 decompile output dir and tighten package regex 2026-06-21 02:23:34 +03:00
il2cpp-dump.sh feat(clone-app): Unity tool wrappers (Il2CppInspectorRedux, AssetRipper) 2026-06-25 02:11:55 +03:00
resolve-re-scripts.sh feat(clone-app): enhance HTTP request handling and update test cases for Play Store scraping 2026-06-21 20:12:31 +03:00
scrape-play-store.py feat(clone-app): scrape screenshots, feature graphic, description from Play 2026-06-25 02:09:33 +03:00
unity-assets.sh feat(clone-app): Unity tool wrappers (Il2CppInspectorRedux, AssetRipper) 2026-06-25 02:11:55 +03:00