Home

Awesome

3ds_ida

(WIP) IDA Pro 7.6+ resources for reverse engineering Nintendo 3DS binaries.

Setup

Python 3.6+ is required.

Loader

Copy ctr_loader.py in {IDA_PATH}/loaders.

ctr_loader.py support the following formats:

Types

File -> Load file -> Parse C header file..., then select types.h.

Plugins

Capstone is required:

python -m pip install capstone==5.0.1

Launch each script with File -> Script file.