Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
X64dbg | 41,639 | 2 days ago | 570 | other | C++ | |||||
An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. | ||||||||||
Radare2 | 18,595 | 4 | 2 | 5 days ago | 13 | March 03, 2014 | 844 | lgpl-3.0 | C | |
UNIX-like reverse engineering framework and command-line toolset | ||||||||||
Pwndbg | 5,983 | 3 days ago | 2 | August 23, 2021 | 173 | mit | Python | |||
Exploit Development and Reverse Engineering with GDB Made Easy | ||||||||||
Gef | 5,873 | 11 days ago | 1 | July 09, 2019 | 10 | mit | Python | |||
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging capabilities for exploit devs & reverse engineers on Linux | ||||||||||
Detect It Easy | 5,524 | 19 hours ago | 35 | mit | JavaScript | |||||
Program for determining types of files for Windows, Linux and MacOS. | ||||||||||
Flare Vm | 5,142 | 5 days ago | 13 | apache-2.0 | PowerShell | |||||
A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM. | ||||||||||
Simplify | 4,190 | a year ago | 24 | other | Java | |||||
Android virtual machine and deobfuscator | ||||||||||
Retoolkit | 3,874 | 4 months ago | 5 | apache-2.0 | Inno Setup | |||||
Reverse Engineer's Toolkit | ||||||||||
Lief | 3,850 | 97 | 43 | 2 days ago | 22 | June 17, 2023 | 81 | apache-2.0 | C++ | |
LIEF - Library to Instrument Executable Formats | ||||||||||
Capa | 3,284 | 3 days ago | 23 | July 06, 2022 | 173 | apache-2.0 | Python | |||
The FLARE team's open-source tool to identify capabilities in executable files. |
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.
apktool.yml
)JDK 8+
Run
java -version
in your Shell, if not found, download from here.
quark-engine >=21.01.6 (for malware analysis)
Run
quark
in your Shell, if not found, check official docs.
adb
Run
adb devices
in your Shell, if not found, check this guide.
Open the Command Palette (Ctrl+Shift+P) ➜ APKLab: Open an APK
Or Just open an existing Apktool project folder
Right-Click on or inside apktool.yml
file ➜ APKLab: Prepare for HTTPS inspection
Right-Click on or inside apktool.yml
file ➜ APKLab: Rebuild the APK
Right-Click on .apk
file (in dist
directory) ➜ APKLab: Install the APK
apklab.apktoolPath
: Full Path of apktool.jar
. If you want to use a different version of it, change it like:
"apklab.apktoolPath": "/home/oozer/downloads/apktool_2.4.1.jar"
apklab.apkSignerPath
: Full Path of uber-apk-signer.jar
. If you want to use a different version of it, change it like:
"apklab.apkSignerPath": "/home/oozer/downloads/uber-apk-signer-1.1.0.jar"
apklab.jadxDirPath
: Full Path of jadx-x.y.z
dir. If you want to use a different version of it, change it like:
"apklab.jadxDirPath": "/home/oozer/downloads/jadx-1.1.0"
apklab.keystorePath
: Put the absolute path of your Java keystore(.jks
or .keystore
) file here.
"apklab.keystorePath": "/home/oozer/downloads/debug.keystore"
apklab.keystorePassword
: Put the password of your keystore here.
apklab.keyAlias
: Put the alias of the used key in the keystore here.
apklab.keyPassword
: Put the password of the used key in the keystore here.
apklab.initProjectDirAsGit
: Initialize project output directory as Git repository.apklab.updateTools
: Whether APKLab should check for tools (for apklab, jadx...) update and show a notification.Please check our Bug tracker for known issues.
For bug reports, feature requests or simply discussing an idea, please open an issue here. PRs are always welcome.