halis duraki/
- 0xduraki
The JADXecute is a plugin for JADX that enhances its functionality by adding Dynamic Code Execution abilities to it. With JADXecute, it’s possible to dynamically run Java code to modify or print components of the jadx-gui output. JADXecute is inspired by IDAPython to help and aims to assist Android Reverse Engineers in analyzing APKs more efficiently.
Installation
This code is based on the latest release of JADX version 1.4.7. It contains an additional plugin to enable dynamic Java coding using all of the standard Java libraries as well as the JADX libs and APIs. To install it JADXecute, simply download latest release with the embedded plugin (ie. asset with filename jadx-gui-jadxecute-[version].zip
), and run as you normally would. Here is a quick guide:
jadx-gui-jadxecute-[version].zip
cd
into unzipped directory (cd ~/Downloads/jadx-gui-jadxecute-[version]
)jadx-gui
using its’ POSIX wrapper (./bin/jadx-gui
)Usage
Once JADX is open, select APK you wish to analyze. Then click on the coffee cup icon in the top left corner and click it. Upon clicking, the JADXecute dialog will appear providing template list you can pick from, or using the “Java Input” textarea to write a script.
Check out Wiki for usage instructions and script examples. The official tutorial video is on Youtube.
The ARTful is a native Android library for dynamically modifying the Android Runtime (ART) on Android 13/14. With this tool, it’s possible to dynamically change the implementation of any static method within the Android application, or the Android Framework, to affect methods called from within the application.
For detailed installation, usage instructions, and script examples, visit the official Wiki page.