ReflectiveDLLInjection
ReflectiveDLLInjection copied to clipboard
Exception handling with Reflective DLL Injection
I make use of a big library that uses try/catch to exception handle and my application crashes when the "throw" statement is called in the code.
How can I deal with this problem?
Thank you!