I have been teaching assembly language using NASM and Linux, now I have had to switch to Windows API and am using MASM32.
I am having problems with debugging. One problem is I can not find anything that shows me the entire process. I have windbg, but what do I have to do with the assembler and linker to work with the debugger?
Is there a good tutorial available. When I google'd "windbg tutorial", it seemed like all the hits were no longer available. Any clues?
Thanks.
Gary
hi
I can only recommend ollydbg and give it there also very many tutorial's in inet :U
glburt,
ragdog is right. Ollydbg is the best debugger in my opinion :
http://www.ollydbg.de/
Assemble with /Zi and link with /DEBUG.