Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Nintendo DS loader module for IDA Pro 6.1
- Host: GitHub
- URL: https://github.com/areidz/nds_loader
- Owner: Areidz
- Created: 2015-11-21T00:33:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T20:23:54.000Z (almost 9 years ago)
- Last Synced: 2024-02-12T15:14:59.311Z (9 months ago)
- Topics: ida, nds
- Language: C++
- Size: 163 KB
- Stars: 19
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.