An open API service indexing awesome lists of open source software.

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)

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).