libs.txt

来自「Cracker终结者——提供最优秀的软件保护技术」· 文本 代码 · 共 45 行

TXT
45
字号
Microsoft LINK -----------------------------------------------------------------------
ApiHooks.lib   - standard import library in Microsoft format
               - use with MS LINK (VC, DDK, VB) 

iApiHooks.lib  - import library in Microsoft format; names aren't
                 decorated (HookApiA instead of HookApiA@28)   
               - use with MS LINK (VC, DDK, VB)

SApiHooks.lib  - standard library (for static linking) in Microsoft format
               - use with MS LINK (VC, DDK, VB) 

SiApiHooks.lib - library (for static linking) in Microsoft format; names aren't
                 decorated (HookApiA instead of HookApiA@28)   
               - use with MS LINK (VC, DDK, VB)

ApiHooks.def   - if you're buiding DLL containing code from SApiHooks.lib
                 or SiApiHooks.lib and you want to export some/all AH functions
                 together with your own exports, add this file to your .def file
                 and uncomment (remove ;) AH function name(s) you want to export

Turbo Linker 32 ----------------------------------------------------------------------
bApiHooks.lib  - import library in Borland format
               - use with Borland TLINK32, ILINK32 (BC, TASM)

SbApiHooks.lib - library in Borland format
               - use with Borland TLINK32 (BC, TASM). Option -o must be specified
                 on TLINK32's command line

bApiHooks.def  - for SbApiHooks.lib. It must be specified on TLINK32's command line
                 as .def file 
               - if you're buiding DLL containing code from SbApiHooks.lib and you
                 want to export some/all AH functions together with your own exports,
                 add this file to your .def file and uncomment (remove ;) AH function
                 name(s) you want to export

ApiHooks.dcu   - Delphi unit. Compiled as Ansi.
ApiHooksW.dcu  - Delphi unit. Compiled as Unicode.

Delphi static linking is not supported.

LCCLNK ----------------------------------------------------------------------
lApiHooks.lib  - import library in pseudoMicrosoft format
               - use with LCCLNK (LCC-Win32)

Static linking is not supported.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?