CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2005
    Location
    New Delhi, India
    Posts
    332

    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

  2. #2
    Join Date
    Dec 2004
    Location
    Poland
    Posts
    1,165

    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 ?

  3. #3
    Join Date
    Sep 2005
    Posts
    9

    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

  4. #4
    Join Date
    Apr 2003
    Posts
    1,755

    Re: Disassembly code

    Quote 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
  •  





Click Here to Expand Forum to Full Width

Featured