📄 cmake.txt
字号:
.obj files produced by Borland compilers link with bApiHooks.lib.
.obj files produced by Microsoft compilers link with ApiHooks.lib.
.obj files produced by LCC-Win32 link with lApiHooks.lib.
DLLs written in LCC must export something.
Use __EXPORT and deffile in order to export ApiHookChain,
GetApiHookChain and other functions instead of __declspec(dllexport).
Deffile for TLINK32 should contain:
EXPORTS ApiHookChain=_ApihookChain
or
EXPORTS GetApiHookChain=_GetApihookChain
Deffile for LCCLNK should contain:
EXPORTS ApiHookChain=ApihookChain
or
EXPORTS GetApiHookChain=GetApihookChain
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -