about Hook
-
We can HOOKAPI. Such as "MessageboxA / W" or "OpenProcess" and so on. Then we can Hook the other? For example,Hook "PEXCEPTION_POINTERS"?
LONG WINAPI VectoredExceptionHandler(PEXCEPTION_POINTERS pExceptionInfo)
//This is our definition of the function,This is an internal function and Not exported.It isn't API HOOK it so we can not have any way to HOOK PEXCEPTION_POINTERS? If it can, then how to write? :( -
We can HOOKAPI. Such as "MessageboxA / W" or "OpenProcess" and so on. Then we can Hook the other? For example,Hook "PEXCEPTION_POINTERS"?
LONG WINAPI VectoredExceptionHandler(PEXCEPTION_POINTERS pExceptionInfo)
//This is our definition of the function,This is an internal function and Not exported.It isn't API HOOK it so we can not have any way to HOOK PEXCEPTION_POINTERS? If it can, then how to write? :(You want to hook 004381230 right? Actually API hooking technique is for hooking APIs. I dont think PEXCEPTION_POINTERS can be hooked. If tell ur need, may be i can help u.
Величие не Бога может быть недооценена.
-
You want to hook 004381230 right? Actually API hooking technique is for hooking APIs. I dont think PEXCEPTION_POINTERS can be hooked. If tell ur need, may be i can help u.
Величие не Бога может быть недооценена.