ARTK is a Reverse Engineering Tool Kit I have developed a script which helps the lazy people on reverse engineering android apps.
The script was written using Bash Language and it depends on the following tools:
- APKTool
- Dex2Jar
- JD-GUI
And you will be able to download the following tools using the script if it’s not available in your device
-
Through the main menu you will be able to pick the tool you need.
-
You can specify the file directory for the APK.
-
You can specify the file directory for the APK output
-
You can download tools specified for reverse engineering activities using the script
$ git clone https://github.com/MazX0p/Android-Reverse-Tool-Kit.git
$ cd Android-Reverse-Tool-Kit
$ bash ARTK.shARTK is currently extended with the following tools. Instructions on how to use them are linked below.
| Plugin | README |
|---|---|
| APKtool | Apktool/documentation |
| dex2jar | dex2jar Package Description |
| JD-GUI | JD-GUI Package Description |
- Write MORE Features
MIT
Free Software, Hell Yeah!