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 163 1/21/2024
1.0.11-alpha 71 1/16/2024
1.0.10-alpha 88 1/7/2024
1.0.9-alpha 81 1/4/2024
1.0.8-alpha 137 12/27/2023
1.0.7-alpha 80 12/26/2023
1.0.6-alpha 107 12/14/2023
1.0.4-alpha 121 11/28/2023
1.0.3-alpha 143 10/30/2023
1.0.2-alpha 92 10/16/2023
1.0.1-alpha 103 9/26/2023
1.0.0-alpha 187 9/5/2023