Results 1 to 3 of 3

Thread: Tool to debug assembly code?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2004
    Posts
    51

    Question Tool to debug assembly code?

    Hello everyone,

    I am pretty new to working with assembly code. I am looking for a good debugger for use with assembly. Basically I have a file full of assembly code. I want to run this through a debugger by stepping and then make changes to the assembly if necassary. Can I use Visual Studio for this, or is there something else? Please let me know if I need to clarify anything.

    Thanks

  2. #2
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Tool to debug assembly code?

    I'm not exactly sure, but VS.NET apparently has the ability to do this. Not sure where I read that.

    Also, on my old PC, when programs had an error, VS.NET had the tendency to open up and disassemble any EXE that had a problem. It then listed the ASM, and highlighted the error.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  3. #3
    Member
    Join Date
    Jan 2004
    Posts
    37

    Re: Tool to debug assembly code?

    Ollydbg is a nice debugger, it's free and allows you to change asm code while debugging. It can also be used as a just-in-time debugger (what chemicalnove is talking about)

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