log SetWindowsHookExA hook types

This commit is contained in:
FunkyFr3sh 2024-11-25 21:20:29 +01:00
parent 6a22fcf142
commit e6c9eea473
3 changed files with 54 additions and 0 deletions

View file

@ -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;