The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: dsouza123 on October 24, 2006, 03:18:26 PM

Title: New command line debugger type program
Post by: dsouza123 on October 24, 2006, 03:18:26 PM
Faultmon.exe an interesting tiny non interactive command line debugger type program
it monitors exceptions and will continue the program. 
It is a research utility from the eEYE Digital Security.

It shows loading of modules (dlls) and when a exception is generated it shows the registers
and the assembly instruction that caused it, (tried it with  div ecx  with ecx == 0).

The output is to stdout.

There are also some command line parameters.

An example of usage with the tiny attached program  tryexecp.asm

C:\faultmon tryexcep.exe

The page with the debugger type utility:
http://research.eeye.com/html/tools/RT20060801-4.html

[attachment deleted by admin]