RickD
April 12th, 2011, 16:00
Hi there,
i want to monitor a program for occurring exceptions - without attaching as a debugger or alter the SoftwareUnderTest in any ways (no hooks etc).
I tried it and many common software uses anti-debug-mechs thus avoiding also the attempt to catch exceptions that way.
I moved over to simply poll for the windows debug dialog and then attach as debugger and get the exception and infos of the error, then close the Dialog via PostMessage(..VK_ESCAPE..).
My question is: how to notice that a certain programm crashed? Maybe i overseen it in the msdn api section - i would assume there s some functions or flags you could check?
Greets RickD
i want to monitor a program for occurring exceptions - without attaching as a debugger or alter the SoftwareUnderTest in any ways (no hooks etc).
I tried it and many common software uses anti-debug-mechs thus avoiding also the attempt to catch exceptions that way.
I moved over to simply poll for the windows debug dialog and then attach as debugger and get the exception and infos of the error, then close the Dialog via PostMessage(..VK_ESCAPE..).
My question is: how to notice that a certain programm crashed? Maybe i overseen it in the msdn api section - i would assume there s some functions or flags you could check?
Greets RickD