Skip to content
forked from MiroKaku/Musa.Veil

Windows internal undocumented API.

License

Notifications You must be signed in to change notification settings

fwilliamhe/Veil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

veil

veil is a collection of Native API definitions for Windows. Take the name veil, which means to lift the veil of Windows and spy on the face hidden behind.

This project contains the definitions for the Windows internal undocumented API from ntdll.dll, samlib.dll and winsta.dll.

This project is based on the processhacker/phnt and Chuyu-Team/MINT fork modifications, combining the advantages of the two projects.

  • Both user-mode and kernel-mode are supported.
  • Compiling using the /W4 /WX option is supported.
  • Optimized for the Windows SDK.
  • The API is managed by Windows SDK version macros.

How to use

First make sure that your program is using the latest Windows SDK. Then clone and include it.

// If you wonder to use separate namespace, please define the following macro.
#define VEIL_USE_SEPARATE_NAMESPACE

#include "veil.h"

About

Windows internal undocumented API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • C 2.1%