hi3p / windows-ntdll-api-library

use windows ntdll api easily,

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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,

License:MIT License


Languages

Language:C++ 76.3%Language:C 23.7%