Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 995 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 995 Bytes

Build Master

Android Introspection

Android Introspection is a web app that provides an easy to use solution for application introspection. It is implemented using Web Assembly, Angular and Android.

Project is still currently in development phase.

Please have a look here!

https://android-introspection.web.app/

Planned Feature List

Inspect Android Manifest, Assets, DEX, etc

View the app's manifest, assets, code, etc. directly in the browser.

Decompile APK

Ability to decompile an APK for offline analysis.

Inject Reverse Engineering Tools Into APK

Injecting popular reverse engineering tools (e.g. Frida) into the APK to inspect the app's run-time behavior.

Proguard Keep Rule Debugger

Visualizing proguard keep rules to help debug proguard-related issues.