monika.SDK.Debug 0.0.1.219

dotnet add package monika.SDK.Debug --version 0.0.1.219
                    
NuGet\Install-Package monika.SDK.Debug -Version 0.0.1.219
                    
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="monika.SDK.Debug" Version="0.0.1.219" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="monika.SDK.Debug" Version="0.0.1.219" />
                    
Directory.Packages.props
<PackageReference Include="monika.SDK.Debug" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add monika.SDK.Debug --version 0.0.1.219
                    
#r "nuget: monika.SDK.Debug, 0.0.1.219"
                    
#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.
#:package monika.SDK.Debug@0.0.1.219
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=monika.SDK.Debug&version=0.0.1.219
                    
Install as a Cake Addin
#tool nuget:?package=monika.SDK.Debug&version=0.0.1.219
                    
Install as a Cake Tool

monika SDK

Discord Invite

lxmonika SDK.

Overview

This package provides an SDK for Windows Kernel-mode drivers to create and manage Pico processes using the lxmonika framework.

The package includes:

  • Public headers for lxmonika, which exports undocumented Windows NT APIs along with some lxmonika extensions.
  • Glue libraries for lxmonika.

To install lxmonika and deploy your Pico provider, install the monika package as a .NET tool. You may also unzip the provided .nupkg file and run c\bin\$(Platform)\monika.exe directly.

Installation

The lxmonika SDK is packaged as a Native C++ NuGet package.

To install, right-click on the Visual Studio project and choose "Manage NuGet Packages".

Usage

Once the package is installed, you may consume lxmonika APIs:

#include <lxmonika/monika.h>

extern "C"
NTSTATUS DriverEntry(/* Args */)
{
    MaRegisterPicoProvider(/* Params */);
}

You can deploy your Pico provider using the monika.exe CLI, which is included in the monika package:

monika install provider path\to\your\driver.sys

See the mxss example for how to build lxmonika-based Pico providers.

Community

This package is a part of Project Reality.

Need help using this project? Join me on Discord, and let's find a solution together.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
0.0.1.219 121 5/16/2026
0.0.1.218 144 5/9/2026
0.0.1.215 167 4/11/2026
0.0.1.214 163 4/11/2026
0.0.1.213 168 4/11/2026
0.0.1.54 177 4/5/2026