SetWindowsHookEx hooking into every running program

前端 未结 0 1801
天命终不由人
天命终不由人 2021-01-27 23:16

I am a small DLL that is being injected into a game to apply runtime fixes. I\'ve decided to add some Keyboard Listeners:

while (1)
    if (AsyncKeyState(...)) (.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题