IDA/MIDA Ram Addresses

Talk about development tools here

Moderator: BigEvilCorporation

Post Reply
Jeff
Newbie
Posts: 2
Joined: Sat Apr 19, 2008 6:05 pm

IDA/MIDA Ram Addresses

Post by Jeff » Sat Apr 19, 2008 6:21 pm

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."

Sik
Very interested
Posts: 939
Joined: Thu Apr 10, 2008 3:03 pm
Contact:

Post by Sik » Sat Apr 19, 2008 6:48 pm

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 :(
Sik is pronounced as "seek", not as "sick".

Post Reply