1 Star 3 Fork 4

初雨团队 / NativeLib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Mouri's Internal NT API Collections (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 a modified fork of https://github.com/processhacker/phnt, you can browse our fork from https://github.com/Chuyu-Team/phnt.

The difference from https://github.com/processhacker/phnt

  • Single File.
  • No kernel mode definitions.
  • Compiling using the /W4 /WX option is supported.
  • No private definition from the https://github.com/processhacker/phnt.
  • Optimized for the Windows SDK.
  • "Zw*" API is under the management of Windows SDK version macros.

How to use

Copy MINT.h to your project and directly include it.

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

#include "MINT.h"

License

Because https://github.com/processhacker/phnt is distributed under the Attribution 4.0 International (CC BY 4.0) license. Also I read the https://creativecommons.org/licenses/by/4.0/deed.en and know I only need to give appropriate credit, provide a link to the license, and indicate if changes were made and no additional restrictions. So I relicensed this project under The MIT License because I also provide some tools to build this project.

Chuyu Team

The MIT License (MIT) Copyright (c) Chuyu-Team and Contributors. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

涵盖了了几乎全部的用户模式可用的NT本机API和Windows窗口站API的声明与定义 展开 收起
C++
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/Chuyu-Team/NativeLib.git
git@gitee.com:Chuyu-Team/NativeLib.git
Chuyu-Team
NativeLib
NativeLib
master

搜索帮助