From 87388d06b37f14feaef2d6750e2b52669de73e02 Mon Sep 17 00:00:00 2001 From: Simone Avogadro Date: Mon, 27 Apr 2026 10:23:31 +0200 Subject: [PATCH] docs: add PowerShell support disclaimer and Acknowledgments section Add a top-level note flagging PS1 scripts as experimental and pointing issues to this repo. Add an Acknowledgments section crediting the four external contributors of the recent PR wave (#4, #8, #10, #12). Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2ebc740..ee9fd96 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A Claude Code skill that decompiles Android APK/XAPK/JAR/AAR files and **extracts the HTTP APIs** used by the app — Retrofit endpoints, OkHttp calls, hardcoded URLs, authentication patterns — so you can document and reproduce them without the original source code. +> **Windows / PowerShell support (experimental)**: The `*.ps1` scripts alongside the bash ones are a recent community contribution, still being stabilised. For any issues please open an issue on **this** repository (not on the contributors' upstream forks): the PowerShell scripts are maintained here by [@SimoneAvogadro](https://github.com/SimoneAvogadro). + ## What it does - **Decompiles** APK, XAPK, JAR, and AAR files using jadx and Fernflower/Vineflower (single engine or side-by-side comparison) @@ -142,6 +144,15 @@ android-reverse-engineering-skill/ - [dex2jar — DEX to JAR converter](https://github.com/ThexXTURBOXx/dex2jar) - [apktool — Android resource decoder](https://apktool.org/) +## Acknowledgments + +Thanks to the contributors who have shaped this skill: + +- [@philjn](https://github.com/philjn) — Native Windows / PowerShell support (`check-deps.ps1`, `install-dep.ps1`, `decompile.ps1`, `find-api-calls.ps1`) and split/bundled APK detection in `decompile.sh` (#8) +- [@txhno](https://github.com/txhno) — Migration to the maintained [`ThexXTURBOXx/dex2jar`](https://github.com/ThexXTURBOXx/dex2jar) fork (#12) +- [@muqiao215](https://github.com/muqiao215) — Decompile partial-success handling, Fernflower timeout safeguard, intermediate-artifact directory (#10) +- [@kevinaimonster](https://github.com/kevinaimonster) — Chinese localization (`SKILL.md` discovery keywords) (#4) + ## Disclaimer This plugin is provided strictly for **lawful purposes**, including but not limited to: