• Report Links
    We do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.

APKLab: Android Reverse-Engineering Workbench for VS Code


🦊 DNSProxy Layer 7 DDOS Protection 🥷 / DMCA Ignored 🫡 / Advanced Browser Checks 🕸

XMAN

Well-known member
Joined
Jul 12, 2021
Messages
33,393
Reaction score
248
Points
63

D3FT99 · Mar 28, 2021 at 12:39 AM

" style="cursor: pointer;">


APKLab


The ultimate Android RE experience right inside your VS Code.

APKLab seamlessly integrates the best open-source tools: Quark-Engine, Apktool, Jadx, uber-apk-signer, apk-mitm and more
to the excellent VS Code so you can focus on app analysis and get it done without leaving the IDE.

Features

  • Decode all the resources from an APK
  • Disassemble the APK to Dalvik bytecode aka Smali
  • Decompile the APK to Java source
  • Malware Analysis using Quark-Engine
  • Initialize project directory as Git repo
  • Analyze & Hack effectively with feature-rich VS Code
  • Apply MITM patch for HTTPS inspection
  • Build an APK from Smali and resources
  • Rebuild an APK in Debug mode for dynamic analysis
  • Sign the APK seamlessly during the build
  • Install the APK directly from VS Code
  • Support for Apktool-style projects ( apktool.yml )
  • Support for most Apktool CLI arguments
  • Android resource frameworks management (Coming soon!)
  • Support for user-provided keystore for APK signing
  • Download and configure missing dependencies
  • Excellent Smali language support with Smalise
  • Supports Linux, Windows, and Mac

Getting Started


Open APK or Apktool project
  • Open the Command Palette (Ctrl+Shift+P) âžœ APKLab: Open an APK
D3FT99 · Mar 28, 2021 at 12:39 AM

" style="cursor: pointer;">

  • Or Just open an existing Apktool project folder

Apply MITM patch
  • Right-Click on or inside apktool.yml file âžœ APKLab: Prepare for HTTPS inspection
D3FT99 · Mar 28, 2021 at 12:39 AM

" style="cursor: pointer;">

ReBuild and Sign APK
  • Right-Click on .apk file (in dist directory) âžœ APKLab: Install the APK
D3FT99 · Mar 28, 2021 at 12:39 AM

" style="cursor: pointer;">

Install APK to device
  • Right-Click on .apk file (in dist directory) âžœ APKLab: Install the APK
D3FT99 · Mar 28, 2021 at 12:39 AM

" style="cursor: pointer;">

Clean ApkTool frameworks dir
  • Open the Command Palette (Ctrl+Shift+P) âžœ APKLab: Empty ApkTool Framework Dir

Requirements

  • JDK 8+
Run java -version in your Shell, if not found, download from here.
  • adb
Run adb devices in your Shell, if not found, check this guide.
  • quark-engine >=21.01.6 (for malware analysis)
Run quark in your Shell, if not found, check official docs.


Known Issues

Contribution Guide

For bug reports, feature requests or simply discussing an idea, please open an issue here. PRs are always welcome.

Source Code


Credits

 
 
Top