Hacking IDA Pro Load NDS ROM?

  • Thread starter Thread starter gudenau
  • Start date Start date
  • Views Views 3,035
  • Replies Replies 7
You'd probably have to have the elf of the game. Iirc devkitPro uses nds rom tool to convert an elf into nds.
 
look at the bin in a hex editor, and see if it says ELF at the very beginning. I think they're elf anyway. that format is used on just about every system.
 
I did see the outlines of a plugin (everything in IDA world once you get outside PC pretty much amounts to making a plugin) once that would load ARM9.bin files and overlays (probably ARM7 as well but eh), possibly also savestates (binary in memory after all) note some relevant addresses as labels and the like. Whether that spun out further into whole ROM loading (easy enough that we have various things do it) or proper handling of compression ( https://github.com/simontime/arm9dec https://www.romhacking.net/utilities/826/ ) I do not know.
https://www.romhacking.net/utilities/632/

That said IDA never really caught on for the DS world like it did in some other things we do around here, and what little was seen was people moving sideways from things that saw them have IDA and want to continue to use it, or trying to use IDA with GDB and an emulator ( https://github.com/Comsecuris/gdbida ).
 

Site & Scene News

Popular threads in this forum