Click to See Complete Forum and Search --> : Disassembly code
sunnypalsingh
October 9th, 2005, 08:59 AM
Can we in any way write and read into the disassembly code(Changing value of variable directly through disassembly code) while debugging in VC 6.0
I posted in this wrong forum before..so posting it again
Hobson
October 9th, 2005, 12:35 PM
I am not sure if I understand your question well, but using VC 6.0 you can change value of any register and / or memory location using 'Watch' window.
Hob
Nazish Mirza
November 18th, 2005, 10:16 AM
hi can you tell me how can we read a exe file in visual studio 6.0.....plzz will b thankful to u..by
rxbagain
November 20th, 2005, 11:31 PM
hi can you tell me how can we read a exe file in visual studio 6.0.....plzz will b thankful to u..byHere's how to load an executable in VC6 IDE. Click Open or Open Workspace -> select "Executable Files in the "Files of type" filter -> then select the Exucutable file (.exe). After that, press F10. That would bring you to the debug session and shows you the assembly code. You are thus required to have understanding in Assembly code to interpret it.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.