# MINT **Repository Path**: mirrors_Chuyu-Team/MINT ## Basic Information - **Project Name**: MINT - **Description**: Contains the definitions for the Windows Internal UserMode API from ntdll.dll, samlib.dll and winsta.dll. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mouri's Internal NT API Collections (MINT) ![Total Downloads](https://img.shields.io/github/downloads/Chuyu-Team/MINT/total) [![GitHub Releases](https://img.shields.io/github/v/release/Chuyu-Team/MINT?include_prereleases)](https://github.com/Chuyu-Team/MINT/releases) [![NuGet Package](https://img.shields.io/nuget/vpre/Chuyu.Mint)](https://www.nuget.org/packages/Chuyu.Mint) Mouri's Internal NT API Collections (MINT) was originally called NativeLib or ChuyuWindowsInternalAPI. I have changed the name of this project because the original name is too long. This project contains the definitions for the Windows Internal UserMode API from ntdll.dll, samlib.dll and winsta.dll. This project is based on PHNT from [System Informer (originally Process Hacker)]. ## The difference from PHNT from [System 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. ## How to use Copy "Mint" folder to your project, set the include path for that folder and include Mint.h. ``` // If you wonder to use separate namespace, please define the following macro. #define MINT_USE_SEPARATE_NAMESPACE #include "Mint.h" ``` ## License The Mouri's Internal NT API Collections (MINT) is distributed under the MIT License. Because the [System Informer (originally Process Hacker)] is distributed under the MIT License now and I'm glad to follow that. [System Informer (originally Process Hacker)]: https://github.com/winsiderss/systeminformer ## Documents - [License](License.md) - [Release Notes](ReleaseNotes.md) - [Versioning](Versioning.md) ## Chuyu Team