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
-SKYNET-Steam-Emulator
Open Source
Client emulator to play steam games on LAN without Internet connection.…
Frida
Open Source
Kali
Dynamic instrumentation toolkit for developers, reverse engineers, and security researchers. Injects…
Angr
Open Source
Python binary analysis framework supporting both static and dynamic symbolic execution (concolic exe…
Radare2
Open Source
Kali
Portable reversing framework that includes a hex editor, disassembler, debugger, scripting engine (r…
NTRGhidra
Open Source
A Nintendo DS binary loader for Ghidra…
hyper-reV
Open Source
memory introspection and reverse engineering hypervisor powered by leveraging Hyper-V…