I love the RXP Garmin GPSes but they do not work with FSX-SE due to referring to an incorrect memory address. This seems like a fixable issue, so I'm trying to patch the RealityXP gauges to fix up to the proper memory addresses. I've never done any development work on Windows though, so I'm not sure what the dev tool equivalents are.
Basically I'm looking for a usable disassembler like objdump. I found objconv via googling, but I can't get it to decode DLLs into actual instructions, just series of .byte directives ._.
I'll also need to read the memory space of the running FSX process like gdb can do with attaching to a running process; which Windows tool lets me do that? Finally, I'll likely need some way to relink to change offsets like objcopy. Is there any Windows-equivalent tool?
Sorry for the newbie questions, but I've literally never done any development on Windows in my life. Google search results that aren't IDA pro seem to be out of date, and I'm not going to pay for an IDA pro license just to do a freeware project (though it would satisfy my disassembly and process attachment needs).
Basically I'm looking for a usable disassembler like objdump. I found objconv via googling, but I can't get it to decode DLLs into actual instructions, just series of .byte directives ._.
I'll also need to read the memory space of the running FSX process like gdb can do with attaching to a running process; which Windows tool lets me do that? Finally, I'll likely need some way to relink to change offsets like objcopy. Is there any Windows-equivalent tool?
Sorry for the newbie questions, but I've literally never done any development on Windows in my life. Google search results that aren't IDA pro seem to be out of date, and I'm not going to pay for an IDA pro license just to do a freeware project (though it would satisfy my disassembly and process attachment needs).

