• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Reverse Engineering APK Lab v1.4 - Android Reverse Engineering WorkBench for VS Code

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,602
Solutions
2
Reputation
32
Reaction score
100,446
Points
2,313
Credits
32,540
‎6 Years of Service‎
 
76%
decode.gif


APK Lab

The ultimate Android RE experience right inside your VS Code.

APKLab seamlessly integrates the best open-source tools: Apktool, Jadx, uber-apk-signer, 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
    Analyze & Hack effectively with feature-rich VS Code
    Build an APK from Smali and resources
    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

Changelog v1.4

Added

    apk-mitm updated to v0.12.0
    New GitHub Org and website
    Add ‘show inconsistent code’ arg to jadx (#127) (thanks @psolyca)
    Add deobfuscation args to jadx (#117) (thanks @psolyca)


Fixed

    show quark analysis report on project open (#121)
    use common process executor for quark analysis (#125)
    refactor project src dir structure (#122)
    dep: bump dependencies (#128)
    CI: fix Quark analysis tests (#126)


To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top