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: I have used this function to create crash dumps etc.
long __stdcall exception handler (EXCEPTION_POINTERS * ExceptionInfo);
Comments
Post a Comment