APKLab
The ultimate Android RE experience right inside your VS Code.
Get startedThe ultimate Android RE experience right inside your VS Code.
Get startedDecode APK resources from resources.arsc
, Disassemble classes*.dex
to Smali and Decompile to Java [uses Apktool & Jadx]
Deep integration with Quark-Engine enables APKLab to provide a detailed Malware Analysis report with ability to interact with problematic source code
One-click patch for popular Certificate Pinning techniques to allow HTTPS traffic inspection with MITM proxies such as mitmproxy [uses apk-mitm]
With Smalise integration, you get features like Syntax-Highlighting, Goto definition/references, Rename symbol, etc. out of the box
Rebuild APK from modified Smali sources & resources, seamlessly re-sign it and install over ADB directly from VS Code [uses Apktool & uber-apk-signer]
Make APK Debuggable, Sign with a custom certificate, Download & configure .jar
dependencies automatically, Initialize git
in project dir to easily track changes, Manage res frameworks..