https://github.com/mark-i-m/vmi-rs
A simple Rust wrapper around LibVMI for virtual machine introspection (very incomplete)
https://github.com/mark-i-m/vmi-rs
bindgen kvm rust-bindings virtual-machine virtual-machine-introspection vmi xen
Last synced: 6 months ago
JSON representation
A simple Rust wrapper around LibVMI for virtual machine introspection (very incomplete)
- Host: GitHub
- URL: https://github.com/mark-i-m/vmi-rs
- Owner: mark-i-m
- License: gpl-3.0
- Created: 2017-11-03T15:19:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T03:27:52.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T17:22:02.205Z (7 months ago)
- Topics: bindgen, kvm, rust-bindings, virtual-machine, virtual-machine-introspection, vmi, xen
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vmi-rs
A simple Rust wrapper around LibVMI.
It includes a small safe Rust interface (that I have adding to as needed).
It also uses bindgen and re-exports the raw symbols in case I need to do something that wrapper does not already wrap.
### Requirements
- Bindgen requires `libclang`: `apt-get install llvm-3.9-dev libclang-3.9-dev clang-3.9`
- LibVMI can be installed via [these instructions](http://libvmi.com/docs/gcode-install.html).