Nintendo DS loader module for IDA Pro 6.1
Copy nds.ldw to your loaders folder.
- 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
- Dennis Elser: original loader.
- Franck Charlet: other fixes.