Tool To Catch All The Inputs That Cause Crash?
- by Barakat
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.