Tool To Catch All The Inputs That Cause Crash?

Posted by Barakat on Stack Overflow See other posts from Stack Overflow or by Barakat
Published on 2011-01-11T06:49:02Z Indexed on 2011/01/11 6:53 UTC
Read the original article Hit count: 195

Filed under:
|
|
|

Hi all,

I need a Windows tool records inputs and debugging informations that cause program's crashing. I don't mean a fuzzing tool ! Ammmmm ... let me show you a scenario may explain what I'm talking about.

Sometimes during using a program, It's crashed without known reason ! and when I want to debug it, I will not find helpful informations to know how the crash happened. Because that the data that cause the crash no longer exist.

So I need a tool records all the inputs and debugging informations to find helpful informations to reuse the inputs data to make the program crashes under a debaucher in order to understand how the crash happen.

© Stack Overflow or respective owner

Related posts about security

Related posts about debugging