Hello.
Is there an example code of a simple debuger?Or technics that can be used in debuging?
Thx
Hello,
here is one with code source
http://members.tripod.com/~ladsoft/grdb.htm
It's grdb
ToutEnMasm
Techniques for debugging.
If creating a GUI program, use MessageBox with parameters for the caption or message
that show the contents of some registers or variables.
If using a dialog box or window write the contents on it.
Use a good debugger like Ollydbg v1.10 (google for it then download,install it).
Write very small testbed MASM programs that just include the part of the code your
focused on so it is quicker to debug.
Hi ReVeR,
Ollydbg v1.10 is a very good debugger and it comes with a detailed help file :U