Releases: UltraSina/androidReverse
Releases · UltraSina/androidReverse
Version 13
version 11
performance improvement & bug fixes
version 10
Release Notes — v10
New Features
Decompiler Engines
Added six new Java decompilation and disassembly engines alongside the existing Jadx pipeline:
| Engine | Type |
|---|---|
| CFR | Java decompiler |
| Procyon | Java decompiler |
| JD-Core | Java decompiler |
| Krakatau | Java decompiler |
| Jadx Fallback | Activates on primary Jadx failure |
| Smali IR | Raw Smali intermediate representation |
| Jadx IR | Raw Jadx intermediate representation |
All engines are selectable per-class from the decompiler toolbar.
Data Converter
On-the-fly encoding and decoding built into the app. No external tools needed.
- Text ↔ Base64
- Decimal ↔ Hex
- Text ↔ Hex
- URL Encode / Decode
- Text ↔ Unicode Escape
- XOR Cipher
- Color Hex Preview
Smali Explainer
Select any block of Smali lines to get an instant plain-language explanation of what that code does. Useful for quickly understanding obfuscated or unfamiliar bytecode patterns.
Flutter & Unity Support
Added dedicated parsing for cross-platform app binaries:
- Flutter — Dart AOT analysis via Unflutter
- Unity — il2cpp metadata parsing and function recovery
Binary Decompiler Enhancements
- Binary Info panel — view detailed executable metadata (architecture, entry points, sections, imports/exports)
- Function rename — annotate functions with custom names that persist across the session
- Inline comments — add notes directly within the binary decompiler view
Bug Fixes & Stability
- General stability improvements across decompilation pipelines
- Performance optimizations for large DEX files and native binaries
first release
Release Notes - v1.0.0
Welcome to the initial release of Android Reverse, a desktop-class engineering environment designed to run natively on your Android device.
What's New 🚀
- Radare2 Engine Integration: Full static analysis pipeline supporting multi-mode binary decompilation (Pseudo-C, Assembly, Hex Dumps).
- Interactive CFG Graphs: Draggable, scale-invariant control flow mapping built on native Compose Canvas.
- Call Graph & Xref Mapping: Adjustable cross-reference analysis tracking depths for method calling trees and field read/write interactions.
- Sora Editor & TextMate Pipelines: Code exploration featuring localized TextMate syntax definitions under a Darcula framework.
- Hardened AXML Extractor: Reflection-backed layout and manifest processing engineered to bypass modern obfuscation boundaries.
- Native Interception System: Native C++ error monitoring tracking POSIX signal leaks and low-level execution context crashes.
Known Limitations ⚠️
- This build focuses entirely on advanced inspection and structural overview. Code editing and repacking are currently unavailable.
Attachments 📦
Download the standalone production build from the assets dropdown below.