Areidz / nds_loader

Nintendo DS loader module for IDA Pro 6.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Nintendo DS loader module for IDA Pro 6.1


Languages

Language:C++ 54.5%Language:C 29.1%Language:CMake 16.4%