https://github.com/wenzel/kvmi-sys
Rust bindings for KVM's introspection libkvmi library
https://github.com/wenzel/kvmi-sys
Last synced: 8 months ago
JSON representation
Rust bindings for KVM's introspection libkvmi library
- Host: GitHub
- URL: https://github.com/wenzel/kvmi-sys
- Owner: Wenzel
- Created: 2019-06-28T18:50:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T01:16:36.000Z (over 1 year ago)
- Last Synced: 2025-10-12T12:39:27.401Z (8 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kvmi-sys

[](https://crates.io/crates/kvmi-sys)

> Unsafe Rust FFI bindings for libkvmi library
## Table of Contents
- [Overview](#overview)
- [Requirements](#requirements)
- [Build](#build)
- [License](#license)
## Overview
This crate will compile _unsafe_ Rust bindings for the VM introspection library [libkvmi](https://github.com/bitdefender/libkvmi) (_v6_)
Check `libkvmi.h` header for the API.
## Requirements
- `Rust` toolchain
- `clang`
## Build
~~~
cargo build
~~~
## License
[GNU General Public License v3.0](https://github.com/Wenzel/kvmi-sys/blob/master/LICENSE)