Server Help

Non-Subspace Related Coding - visual studio disassembly debugging

Bak - Tue Sep 18, 2007 12:36 am
Post subject: visual studio disassembly debugging
so while debugging in disassembly in visual studo, in the little watch window you can enter stuff... but what syntax does this use?

like if I enter edx it'll tell me the value in the register, but how do I do something like examine the memory pointed by edx?

google and msdn have both failed me
Mine GO BOOM - Tue Sep 18, 2007 12:53 am
Post subject:
*(int*)edx works fine for me. Can cast it to whatever you want, you just need to tell it how to read the memory.
Bak - Tue Sep 18, 2007 12:54 am
Post subject:
wonderful. ty
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group