Skip to main content

Python SDK for the ntoseye Windows kernel debugger (Linux/KVM/QEMU)

Project description

ntoseye (Python SDK)

Drive the ntoseye Windows kernel debugger from Python.

Install

pip install ntoseye

Or build from source into a virtualenv with maturin:

cd ntoseye-py
python3 -m venv .venv
source .venv/bin/activate
maturin develop --release

Or build a wheel and install it:

cd ntoseye-py
maturin build --release --out dist
pip install dist/ntoseye-*.whl

Releasing (portable wheel)

A plain maturin build tags the wheel against the build host's glibc, so on a rolling-release distro it can demand a glibc newer than most users have. Build against an old glibc floor with zig so the wheel installs everywhere.

Run ./build-wheel.sh to do it in one step (it provisions a local .venv with the build tools if no virtualenv is active, builds into a clean dist/, and runs twine check). The equivalent manual steps:

pip install ziglang
cd ntoseye-py
rm -rf dist
maturin build --release --zig --compatibility manylinux_2_17 --out dist
twine check dist/*
twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ntoseye-0.13.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ x86-64

File details

Details for the file ntoseye-0.13.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ntoseye-0.13.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99ab2d1a4e93744ee85fb11a7d9ecd56b408fb68b2df8e911e1e5d8d2d2dd0f5
MD5 aa92e36014b33993984c63d11507fc0a
BLAKE2b-256 f61a6f00ad605ca4877c4f66ffffb3b01b06d7f45b32b53048a0b48004556bda

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page