All Projects → Chuyu-Team → Mint

Chuyu-Team / Mint

Licence: mit
Contains the definitions for the Windows Internal UserMode API from ntdll.dll, samlib.dll and winsta.dll.

Projects that are alternatives of or similar to Mint

Api on rails
Learn best practices to build an API using Ruby on Rails 5/6
Stars: ✭ 236 (-2.88%)
Mutual labels:  api
Doubanbook
竹简——最全中文ISBN信息查询接口
Stars: ✭ 234 (-3.7%)
Mutual labels:  api
Django Rest Framework Datatables
Seamless integration between Django REST framework and Datatables.
Stars: ✭ 241 (-0.82%)
Mutual labels:  api
Vatfs
影视全搜索|提供全网影视m3u8资源搜索,影视资源api,无广告快速播放
Stars: ✭ 239 (-1.65%)
Mutual labels:  api
Greenboard
📖 Gatsby theme for api documentation
Stars: ✭ 240 (-1.23%)
Mutual labels:  api
Crypto Exchange
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Stars: ✭ 241 (-0.82%)
Mutual labels:  api
Amplication
Amplication is an open‑source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks.
Stars: ✭ 3,630 (+1393.83%)
Mutual labels:  api
Luna Commons
市场上许多界面和工具的集合,例如ftp,httpd等文件与工具操作,包括但不限于图像处理、人脸识别等的api。
Stars: ✭ 244 (+0.41%)
Mutual labels:  api
Reaper
Social media scraping / data collection tool for the Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 240 (-1.23%)
Mutual labels:  api
Protoman
Postman for protobuf APIs
Stars: ✭ 241 (-0.82%)
Mutual labels:  api
Avogadrio
Worship your favorite molecule by setting it as your wallpaper.
Stars: ✭ 239 (-1.65%)
Mutual labels:  api
Wp Rest Api Cache
Enable caching for WordPress REST API and increase speed of your application
Stars: ✭ 239 (-1.65%)
Mutual labels:  api
Coinapi Sdk
SDKs for CoinAPI
Stars: ✭ 238 (-2.06%)
Mutual labels:  api
Ezibpy
ezIBpy, a Pythonic Client for Interactive Brokers API
Stars: ✭ 238 (-2.06%)
Mutual labels:  api
Jsonapi Rails
Rails gem for fast jsonapi-compliant APIs.
Stars: ✭ 242 (-0.41%)
Mutual labels:  api
Docfx
Tools for building and publishing API documentation for .NET projects
Stars: ✭ 2,873 (+1082.3%)
Mutual labels:  api
Stocks.js
💰 stocks.js is an easy-to-use stock market API for Javascript
Stars: ✭ 240 (-1.23%)
Mutual labels:  api
Eslint Plugin Compat
Lint the browser compatibility of your code
Stars: ✭ 2,743 (+1028.81%)
Mutual labels:  api
Jiraps
PowerShell module to interact with Atlassian JIRA
Stars: ✭ 241 (-0.82%)
Mutual labels:  api
The Api Book
‘The API’ book by Sergey Konstantinov
Stars: ✭ 241 (-0.82%)
Mutual labels:  api

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].