Page 1 of 1

IDA/MIDA Ram Addresses

Posted: Sat Apr 19, 2008 6:21 pm
by Jeff
I've been using Kaneda's MIDA script to help with disassembling a rom, but it sets up the ram addresses from FF0000-FFFFFF. Since the code uses addresses from FFFF0000, naming an address in the Ram doesn't change it anywhere in the code. Is there a way to get this working that I've missed?

I've attempted to change the segment to FFFF0000-FFFFFFFF but I get this error: "Virtual Array: Address space limit is reached."

Posted: Sat Apr 19, 2008 6:48 pm
by Sik
You need to set the RAM space when loading a binary. You can't change it afterwards. I've never used scripts, but I'm afraid you'll have to start everything from scratch again and setting the parameters by hand :(