windows-ntdll-api-library
windows-ntdll-api-library copied to clipboard
use windows ntdll api easily,
windows-ntdll-api-library
we can use ntdll apis (including exported apis and not exported apids) easily.
just link library to your project.
it will be updated steadily.
How to Use
- include all.h file.
-
include
- /ntdlllib
- all.h
- /ntdlllib
-
add library path (lib/win32 or lib/x64) to additional library dicectory.
-
automatically link static linking library correctly.
-
lib
- /Win32
- ntdlllib_md.lib
- ntdlllib_mdd.lib
- ntdlllib_mt.lib
- ntdlllib_mtd.lib
- /x64
- ntdlllib_md.lib
- ntdlllib_mdd.lib
- ntdlllib_mt.lib
- ntdlllib_mtd.lib
- /Win32
Build
- Configure
- Debug
- Debug DLL
- Release
- Release DLL
- Platform
- Win32
- x64
- Output File Naming
- md - multi thread dll
- mt - multi thread
- d - debug
Tools
visual studio 2013
License
MIT