Releases: Chuyu-Team/MINT
Releases · Chuyu-Team/MINT
MINT 2024.1
We are excited to announce the 2024.1 release for MINT. It's a minor update of 2024.0.
Release Notes
- Update PHNT from System Informer to https://github.com/winsiderss/systeminformer/tree/433baa1d8156efc426d5e7257ff8fc8dea0cbc92.
- Update documents.
Kenji Mouri
MINT 2024.0
We are excited to announce the 2024.0 release for MINT.
Release Notes
- Use PHNT from System Informer (originally Process Hacker) instead of two years ago standalone version, and we can use the MIT License without issues.
- No longer use amalgamated header mode but keep header-only mode to improve the upstream synchronization experience.
- Start containing the kernel mode definitions.
- Start private definition from the PHNT.
- Rewrite the ZwGen tool to improve the maintenance experience.
- Add NuGet packaging support.
- Use Mile.Project.Windows to manage the maintainer tools.
- Update email address for source code.
Kenji Mouri
MINT 2023.0
We are excited to announce the first release for MINT.
Here is explanation for version rule of MINT: {Year with 4 digits}.{Revision started from 0}
Release Notes
- Sync from the latest PHNT GitHub repository. (winsiderss/phnt@7c1adb8)
- Use WIN32_NO_STATUS to simplify the NTSTATUS related definitions. (Suggested by xenoplastic.)
- Define NTSTATUS for solving some potential compilation issues. (Suggested by sonyps5201314.)
Kenji Mouri