- vmread: Safe high-level API
- vmread-sys: Unsafe generated low-level API
Build the examples with the following command:
cargo build --examples <--features kmod_rw>
Be sure to run them as root, they will be placed in target/(debug|release)/examples/ directory
- If kmod_rw feature is used, the required kernel module gets built inside target vmread-sys directory
- For more information go to the vmread repo