androidReverse On-device Android reverse engineering suite#2415
Open
carlospolop wants to merge 1 commit into
Open
androidReverse On-device Android reverse engineering suite#2415carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://github.com/UltraSina/androidReverse Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting > Android Applications Pentesting > APK decompilers; optionally cross-reference Reversing Native Libraries, Smali, Flutter, and Android malware/static analysis workflows". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
androidReverse is an Android reverse-engineering suite designed to run entirely on-device. Its main value is enabling APK extraction, Java/Kotlin decompilation, Smali inspection, native binary analysis, resource decoding, cross-platform app analysis, and note-taking directly from an Android phone or tablet, without requiring a PC, ADB, or desktop reverse-engineering tools.
Security relevance and impact: this is not a vulnerability write-up and does not ...
🔧 Technical Details
On-device Android application triage: A practical mobile reversing workflow is to extract
.apk,.xapk, and split.apkspackages directly from local storage or installed applications, then inspect Java/Kotlin output, Smali, resources, and native libraries without ADB or a desktop system. This is useful when analysts need quick field triage of suspicious apps, installed malware, or customer-provided APKs directly on an Android device.Multi-decompiler comparison for obfuscated bytecode: When Java/Kotlin decompilation is affected by obfuscation, malformed bytecode, compiler-generated constructs, lambdas, generics, or complex control flow, compare the same class across multiple engines instead of trusting one output. androidReverse supports
CFR,Procyon,JD-Core,Krakatau,Vineflower,Jadx,Jadx Fallback, andJadx...🤖 Agent Actions
Updated
src/mobile-pentesting/android-app-pentesting/apk-decompilers.md.Added a concise
androidReversesection covering:.soanalysis pivot with radare2Also added a
## Referencessection with:release11, published June 21, 2026)I validated the diff and confirmed only that single file was modified.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.