
New releaseAug 27, 2026
Android reverse engineering entirely on-device. Radare2 binary analysis, 8 Java decompilers, Flutter & Unity il2cpp support.
A reverse engineering suite that runs entirely on Android. No PC, no ADB, no desktop tools — everything from APK extraction to native binary analysis happens on-device.
androidReverse includes a built-in Model Context Protocol server, allowing MCP-compatible AI clients to connect and interact with the tool directly.
Eight engines selectable per-class with a single tap:
| Engine | Notes |
|---|---|
| CFR | Handles most modern obfuscation well |
| Procyon | Good with generics and lambdas |
| JD-Core | Fast, lightweight |
| Krakatau | Bytecode-level accuracy |
| Vineflower | Fernflower fork, strong on control flow |
| Jadx | Primary engine |
| Jadx Fallback | Activates automatically on Jadx failure |
| Jadx IR | Raw intermediate representations |
Powered by an embedded Radare2 engine via JNI.
.apk, .xapk, and split .apks — from storage or installed appsAXMLPrinter that bypasses modern manifest obfuscationBuilt on Sora Editor with TextMate grammar pipelines and Darcula theme. Syntax highlighting for Java, Smali, ARM assembly, C, and hex.
Data Converter — On-the-fly encoding/decoding with no external tools:
Base64 · Hex ↔ Decimal · Hex ↔ Text · URL Encode/Decode · Unicode Escape · XOR Cipher · Color Hex Preview
Global Notebook — Persistent notes across sessions. Track offsets, document findings, save snippets.
Class Bookmarking — Pin critical classes for fast access during long sessions.
Deep Memory Search — Regex-supported search across Smali, class names, and native binary patterns simultaneously.
For educational purposes and security research on applications where you have explicit permission from the author. The developer assumes no liability for misuse.