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
<PackageReference Include="monika.SDK.Debug" Version="0.0.1.219" />
<PackageVersion Include="monika.SDK.Debug" Version="0.0.1.219" />
<PackageReference Include="monika.SDK.Debug" />
paket add monika.SDK.Debug --version 0.0.1.219
#r "nuget: monika.SDK.Debug, 0.0.1.219"
#:package monika.SDK.Debug@0.0.1.219
#addin nuget:?package=monika.SDK.Debug&version=0.0.1.219
#tool nuget:?package=monika.SDK.Debug&version=0.0.1.219
monika SDK
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 somelxmonikaextensions. - 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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| native | native is compatible. |
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.