|
-
October 9th, 2005, 08:59 AM
#1
Disassembly code
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
Appreciate others by rating good posts
"Only buy something that you'd be perfectly happy to hold if the market shut down for 10 years." - Warren Buffett
-
October 9th, 2005, 12:35 PM
#2
Re: Disassembly code
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
B+!
'There is no cat' - A. Einstein
Use [code] [/code] tags!
Did YOU share your photo with us at CG Members photo gallery ?
-
November 18th, 2005, 11:16 AM
#3
Re: Disassembly code
hi can you tell me how can we read a exe file in visual studio 6.0.....plzz will b thankful to u..by
-
November 21st, 2005, 12:31 AM
#4
Re: Disassembly code
 Originally Posted by Nazish Mirza
hi can you tell me how can we read a exe file in visual studio 6.0.....plzz will b thankful to u..by
Here'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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|