briankai
May 9th, 2004, 18:05
Hi guys, new to the board and the program, and I'm having a bit of a problem.
I need to change one of the text strings I found, but I have no idea how to do so. I attempted to convert the hex value, but it doesn't seem to be working.
This is what I've got:
00402438 BF FC9B4000 MOV EDI,eyes.00409BFC ; ASCII "VOICE\"
Binary value: BF FC 9B 40 00
I need to change this so that the ASCII will be "\VOICE\"
Is this possible, and what do I need to do it?
Kai
I need to change one of the text strings I found, but I have no idea how to do so. I attempted to convert the hex value, but it doesn't seem to be working.
This is what I've got:
00402438 BF FC9B4000 MOV EDI,eyes.00409BFC ; ASCII "VOICE\"
Binary value: BF FC 9B 40 00
I need to change this so that the ASCII will be "\VOICE\"
Is this possible, and what do I need to do it?
Kai