Page 1 of 1

Modify RAM in RealBASIC?

Posted: Sat Feb 19, 2005 6:22 am
by [42] Khas
Hey, I've been trying to port the 3rd person hack over to Mac formats, and I've been using RealBASIC. Does anyone know of a plugin that would allow me to find a memory address, modify it, and then NOP it (Non-Operation)?
Either that, or does anyone know any code that would do it for a radio button?

Thanks for your time.

Posted: Tue Feb 22, 2005 12:24 pm
by kaptainkommie
I think you're gonna have to try a real forum on an actual programming site for this one...

Posted: Wed Feb 23, 2005 1:15 pm
by [42] Khas
Alright, at least I now have something to go on. Thanks.

Posted: Fri Feb 25, 2005 11:27 am
by kaptainkommie
Depending upon what memory addresses and values you want to mess with you'll probably also need a Debugger/Disassembler (something like SoftICE does for Windows) capable of allowing you to step thru ASM code and watch memory locations.