AArch64Emu
Emulates ARM64 code
About:
An emulator built from Unicorn-engine and designed for debugging switch (ARM64) code.
Usage:
main.py <address> [opt:steps]
It looks for code.bin in the same directory.
Requirements:
- Unicorn-engine (commit 821245e766b7600ba666b9b5c4247bdcc5165d72)
- Python 3
Credits:
- Unicorn-engine team for API