【Hook技术】
1、Inline Hook。
2、IAT(导入表) Hook。
3、windows钩子函数。
常用函数包括:SetWindowsHookEx()、CallNextHookEx()、UnhookWindowsHookEx()。