Screenshots
Example Usage
. ├── dyn_trace_ida.py # IDA plugin version ├── local_emu.py # Standalone emulator ├── unicorn_trace/ # Emulator core │ └── unicorn_class.py # ARM64 emulator base class ├── single_script/ # Utility scripts │ ├── dynamic_dump.py # IDA single-script version │ └── dump_single.py # Single dump script (not provided) ├── imgs/ # Screenshots and GIFs │ ├── 1.gif │ ├── 2.gif │ └── 3.gif ├── example.py # Example for emulator ├── README.md # English documentation └── README_zh.md # Chinese documentation
See also
ipatool
Open Source
Command-line tool that allows searching and downloading app packages (known as ipa files) from the i…
Frida
Open Source
Kali
Dynamic instrumentation toolkit for developers, reverse engineers, and security researchers. Injects…
soSaver
Open Source
A Frida-based utility for dynamically extracting native (.so) libraries from Android applications.…
BitMono
Open Source
Obfuscator for .NET and Mono, with a customizable engine for building your own obfuscators.…
NebulaFD
Free
A work in progress, reimagined decompiler for Clickteam Fusion.…
NTRGhidra
Open Source
A Nintendo DS binary loader for Ghidra…