KNSoft.Wintexports 1.0.0-alpha

This is a prerelease version of KNSoft.Wintexports.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package KNSoft.Wintexports --version 1.0.0-alpha                
NuGet\Install-Package KNSoft.Wintexports -Version 1.0.0-alpha                
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="KNSoft.Wintexports" Version="1.0.0-alpha" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KNSoft.Wintexports --version 1.0.0-alpha                
#r "nuget: KNSoft.Wintexports, 1.0.0-alpha"                
#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 KNSoft.Wintexports as a Cake Addin
#addin nuget:?package=KNSoft.Wintexports&version=1.0.0-alpha&prerelease

// Install KNSoft.Wintexports as a Cake Tool
#tool nuget:?package=KNSoft.Wintexports&version=1.0.0-alpha&prerelease                

Wintexports

Wintexports (Windows INTernal EXPORTS) brings Windows NT low-level definitions (i.e. NT*/Zw*, Rtl*, PEB, TEB, ...) to user-mode, and also supplement a few CRT functions to allow user-mode program depends ntdll.dll only.

Install and usage

Install Wintexports nuget package or add Wintexports headers (required) and libs (optional).

#include <Wintexports/Wintexports.h>

Includes the header instead of Windows.h, then you can access all the low-level definitions provided by Wintexports.

Requires Visual Studio 2019 and above, with corresponding SDK

Project Wintexports in solution is a demo.

Caution

In alpha stage, do not use on production environment.

There are no supported framework assets in this 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
1.0.12-alpha 145 1/21/2024
1.0.11-alpha 59 1/16/2024
1.0.10-alpha 77 1/7/2024
1.0.9-alpha 68 1/4/2024
1.0.8-alpha 125 12/27/2023
1.0.7-alpha 66 12/26/2023
1.0.6-alpha 93 12/14/2023
1.0.4-alpha 106 11/28/2023
1.0.3-alpha 130 10/30/2023
1.0.2-alpha 77 10/16/2023
1.0.1-alpha 87 9/26/2023
1.0.0-alpha 172 9/5/2023