/AArch64Emu

Emulates ARM64 code for switch debugging

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

AArch64Emu

License (GPL version 3)

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:

Credits:

  • Unicorn-engine team for API