Function Name
CallNextHookEx
Description
CallNextHookEx is used within code that is hooking an event set by SetWindowsHookEx. CallNextHookEx calls the next hook in the chain. This function is commonly used by keyloggers.
Library
User32.dll
Associated Attacks
Spying
Created: 2021-10-30
Last Update: 2021-10-30
Credits: mr.d0x