The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => Miscellaneous Projects => Windows Projects => Topic started by: akyprian on December 01, 2006, 07:54:50 PM

Title: MiniDBG V1.0.0.3 full source
Post by: akyprian on December 01, 2006, 07:54:50 PM
Hi all,

I decided to release the full source code of the MiniDBG Add-In for educational purposes. MiniDBG is an Add-In that adds debugging capabilities to WinAsm Studio. You can easily convert it to a standalone executable debugger and/or learn a lot from the source provided. Do not hesitate to ask anything you don't understand.

Some of its features:

-Mutithreaded applications can be debugged
-Active Thread is displayed on the threads list
-Registers and segment registers are shown
-DWORD at EIP is shown
-Log window
-Loaded Modules and Process Threads are displayed.
-Last error displayed
-Flags are displayed
-Modify Registers/flags by double clicking on them.
-Access Violation: You can handle the exception or pass the exception to the program being debugged

etc etc

Enjoy,

Antonis

You can find it in the Add-Ins forum at http://www.winasm.net
Title: Re: MiniDBG V1.0.0.3 full source
Post by: Vortex on December 01, 2006, 08:30:02 PM
Hi akyprian,

Nice job :U
Title: Re: MiniDBG V1.0.0.3 full source
Post by: akyprian on December 02, 2006, 04:54:19 PM
Thanks Vortex. I am glad you like it.

Cheers,

Antonis