monika.Debug
0.0.1.219
dotnet tool install --global monika.Debug --version 0.0.1.219
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local monika.Debug --version 0.0.1.219
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=monika.Debug&version=0.0.1.219
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package monika.Debug --version 0.0.1.219
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
monika
lxmonika Framework
Overview
lxmonika is a framework for building and managing Windows Pico process providers.
This package provides:
monika.exe, a command line interface to managelxmonikaandlxmonika-based Pico providers.lxmonika.sys, the core kernel-mode component forlxmonika.- Debug symbol (
.pdb) files for these components.
To build your own Pico provider, use the monika.SDK
NuGet package.
Installation
monika.exe is packaged as a
.NET tool.
To install, run:
dotnet tool install --global monika
For Debug builds with additional symbols and runtime checks, use the
monika.Debug package.
dotnet tool install --global monika.Debug
Usage
monika.exe requires Administrator rights for most of its operations.
Run monika --help to get detailed help for all available commands.
Some common use cases:
rem Install lxmonika (bundled with this package)
monika install
rem Install a specific build of lxmonika
monika install path\to\lxmonika.sys
rem Uninstall lxmonika
monika uninstall
rem Display lxmonika status
monika --info
rem Install a lxmonika provider
monika install provider path\to\provider\example.sys
rem Uninstall a lxmonika provider
monika uninstall provider example
rem Execute a Pico process for a lxmonika provider
monika exec --provider ExampleOS --cd "path\to\binary\dir" binary
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.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.