peak
March 25th, 2004, 00:27
i know that ollydbg can use debugging information maken by masm32.
the command is:
\masm32\bin\ml /c /coff /Zi test.asm
\masm32\bin\Link /DEBUG /DEBUGTYPE:CV /SUBSYSTEM:WINDOWS test.obj
but how i can use the debugging information maken by VC,
i open the .exe file in the debug directory ,which was maken by the GUI .But i can't see the source file and Ctrl+F5 doesn't work at all.
i wander whether it must be compiled and linked under the command line ,
such as:
cl test.c /link /DEBUG
can anybody help me?
the command is:
\masm32\bin\ml /c /coff /Zi test.asm
\masm32\bin\Link /DEBUG /DEBUGTYPE:CV /SUBSYSTEM:WINDOWS test.obj
but how i can use the debugging information maken by VC,
i open the .exe file in the debug directory ,which was maken by the GUI .But i can't see the source file and Ctrl+F5 doesn't work at all.
i wander whether it must be compiled and linked under the command line ,
such as:
cl test.c /link /DEBUG
can anybody help me?