Chuyu.Mint 2024.1.0

dotnet add package Chuyu.Mint --version 2024.1.0
NuGet\Install-Package Chuyu.Mint -Version 2024.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Chuyu.Mint" Version="2024.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Chuyu.Mint --version 2024.1.0
#r "nuget: Chuyu.Mint, 2024.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Chuyu.Mint as a Cake Addin
#addin nuget:?package=Chuyu.Mint&version=2024.1.0

// Install Chuyu.Mint as a Cake Tool
#tool nuget:?package=Chuyu.Mint&version=2024.1.0

Mouri's Internal NT API Collections (MINT)

Total Downloads GitHub Releases NuGet Package

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.

Documents

Chuyu Team

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2024.1.0 180 2/12/2024
2024.0.0 148 2/12/2024