⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 libs.txt

📁 Cracker终结者——提供最优秀的软件保护技术
💻 TXT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -