📄 hookapi.h
字号:
//==================================
// SIMONSEZ - Matt Pietrek 1995
// FILE: HOOKAPI.H
//==================================
// Returns: Original address of intercepted function (for chaining on)
PROC
WINAPI
HookImportedFunction(
HMODULE hFromModule, // Module to intercept calls from
PSTR pszFunctionModule, // Module to intercept calls to
PSTR pszFunctionName, // Function to intercept calls to
PROC pfnNewProc // New function (replaces old function)
);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -