News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

New command line debugger type program

Started by dsouza123, October 24, 2006, 03:18:26 PM

Previous topic - Next topic

dsouza123

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]