MiroKaku Veil Save

Windows internal undocumented API.

Project README

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 ntoskrnl.exe, ntdll.dll, kernelbase.dll.

This project is based on the systeminformer/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

// First inclusion order
#include "veil.h"
Open Source Agenda is not affiliated with "MiroKaku Veil" Project. README Source: MiroKaku/Veil
Stars
256
Open Issues
0
Last Commit
3 months ago
Repository
License
MIT
Tags

Open Source Agenda Badge

Open Source Agenda Rating