- Notifications
You must be signed in to change notification settings - Fork127
Contains the definitions for the Windows Internal UserMode API from ntdll.dll, samlib.dll and winsta.dll.
License
Chuyu-Team/MINT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Mouri's Internal NT API Collections (MINT) was originally called NativeLib orChuyuWindowsInternalAPI. I have changed the name of this project because theoriginal name is too long. This project contains the definitions for theWindows Internal UserMode API from ntdll.dll, samlib.dll and winsta.dll. Thisproject is based on PHNT fromSystem Informer (originally Process Hacker).
The difference from PHNT fromSystem Informer (originally Process Hacker)
- Compiling using the
/W4 /WX
option is supported. - Optimized for the Windows SDK.
- "Zw*" API is under the management of Windows SDK version macros.
Copy "Mint" folder to your project, set the include path for that folder andinclude Mint.h.
// If you wonder to use separate namespace, please define the following macro.#define MINT_USE_SEPARATE_NAMESPACE#include "Mint.h"
The Mouri's Internal NT API Collections (MINT) is distributed under the MITLicense. Because theSystem Informer (originally Process Hacker) isdistributed under the MIT License now and I'm glad to follow that.
About
Contains the definitions for the Windows Internal UserMode API from ntdll.dll, samlib.dll and winsta.dll.