gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

ASM > arm dissambler

#167804 - Tommmie - Sat Mar 28, 2009 8:47 pm

ok, does anyone know a good and free one? i really need one so if someone know one please post

#167805 - Dwedit - Sat Mar 28, 2009 9:43 pm

Make this bat file:

C:\devkitpro\devkitarm\bin\arm-eabi-objdump.exe -D -b binary "%1" --architecture=arm
_________________
"We are merely sprites that dance at the beck and call of our button pressing overlord."

#167811 - Tommmie - Sun Mar 29, 2009 9:28 am

thanks it seems to work, but if i want to disassemble the code out of the rom, can i just execute that script on it? because when i do that, i get sometimes error like:
Code:
undefined instruction 0xff140101

#167813 - nanou - Sun Mar 29, 2009 9:48 am

Are you running that on the .nds directly, or on the arm binary? It's probably not going too work to well on .nds files.
_________________
- nanou

#167814 - Tommmie - Sun Mar 29, 2009 10:05 am

on a nds file, but is this possible or not? because i really want to do that