You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After trying deviare-inproc, I find it does not work when I use LPHOOK_INFO aHookInfo[] instead of HOOK_INFO aHookInfo[].
And I guess the issue is because of the following line, in CNktHookLib::EnableHook, we should call EnableHookCommon with INTERNALFLAG_HookInfoArrayIsPtr instead of INTERNALFLAG_CallToOriginalIsPtr2Ptr
Hi folks,
After trying deviare-inproc, I find it does not work when I use
LPHOOK_INFO aHookInfo[]
instead ofHOOK_INFO aHookInfo[]
.And I guess the issue is because of the following line, in
CNktHookLib::EnableHook
, we should callEnableHookCommon
withINTERNALFLAG_HookInfoArrayIsPtr
instead ofINTERNALFLAG_CallToOriginalIsPtr2Ptr
Deviare-InProc/NktHookLib/Src/NktHookLib.cpp
Lines 377 to 382 in e88b91a
Thanks
The text was updated successfully, but these errors were encountered: