C++ - catch all exceptions? -


I want to inject a DLL into a process. Once this DLL is there, then he should catch it; Arrange all access violation exceptions to be processed, is there any way to accomplish this?

How about the setup options ( function ) about filters?

The prototype of function is:

  long __stdcall exception handler (EXCEPTION_POINTERS * ExceptionInfo);   

I have used this function to create crash dumps etc.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -