Skip to content

star114/windows-ntdll-api-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. include all.h file.
  • include
    • /ntdlllib
      • all.h
  1. add library path (lib/win32 or lib/x64) to additional library dicectory.

  2. 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

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

About

use windows ntdll api easily,

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published