JKornev / NTlib

Static library and headers for linking your software with ntdll.dll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NTLib

NTLib project aims to help you build C\C++ system application depended on NTDLL.dll API. As result you can link your application with NTDLL over regular Windows SDK or WDK (or without any) and use private and public definitions.

The project is in active developing state so only part of a project is ready to use.

Our goals are:

  • Make LIB files and headers for NTDLL stuff (based on https://github.com/processhacker/phnt project)
  • Make a helper library, to simplify a development
  • Make a CRT for NTDLL-only or native apps compilation

About

Static library and headers for linking your software with ntdll.dll


Languages

Language:C 98.8%Language:Python 0.8%Language:C++ 0.3%