|
-
Sep 13th, 2005, 01:28 PM
#1
Thread Starter
Member
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
-
Sep 13th, 2005, 06:46 PM
#2
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
-
Sep 14th, 2005, 03:41 AM
#3
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|