Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/areidz/nds_loader

Nintendo DS loader module for IDA Pro 6.1
https://github.com/areidz/nds_loader

ida nds

Last synced: about 2 months ago
JSON representation

Nintendo DS loader module for IDA Pro 6.1

Awesome Lists containing this project

README

        

# About
Nintendo DS loader module for IDA Pro 6.1

# Windows Installation
Copy ***nds.ldw*** to your ***loaders*** folder.

# Linux Installation
- Install the IDA SDK
- Create a build folder
- Generate the makefile using CMake: cmake -DIDASDK=/path/to/ida/sdk /path/to/source
- Compile the plugin using make
- Copy the nds.llx file inside your IDA directory

# Credits
- Dennis Elser: original loader.
- Franck Charlet: other fixes.