log SetWindowsHookExA hook types
This commit is contained in:
parent
6a22fcf142
commit
e6c9eea473
3 changed files with 54 additions and 0 deletions
|
@ -591,6 +591,8 @@ HHOOK WINAPI fake_SetWindowsHookExA(int idHook, HOOKPROC lpfn, HINSTANCE hmod, D
|
|||
dwThreadId,
|
||||
_ReturnAddress());
|
||||
|
||||
dbg_dump_hook_type(idHook);
|
||||
|
||||
if (idHook == WH_KEYBOARD_LL && hmod && GetModuleHandle("AcGenral") == hmod)
|
||||
{
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue