| Crates.io | memflow-qemu-procfs |
| lib.rs | memflow-qemu-procfs |
| version | 0.1.1 |
| created_at | 2020-09-01 16:57:35.383341+00 |
| updated_at | 2020-09-06 15:12:22.01827+00 |
| description | qemu procfs connector for the memflow physical memory introspection framework |
| homepage | https://memflow.github.io |
| repository | https://github.com/memflow/memflow-qemu-procfs |
| max_upload_size | |
| id | 283467 |
| size | 41,862 |
This connector implements an interface for Qemu via the Process Filesystem on Linux.
To use the connector in a rust project just include it in your Cargo.toml
memflow-qemu-procfs = "0.1"
Make sure to not enable the inventory feature when importing multiple
connectors in a rust project without using the memflow connector inventory.
This might cause duplicated exports being generated in your project.
The stand-alone connector of this library is feature-gated behind the inventory feature.
To compile a dynamic library for use with the connector inventory use the following command:
cargo build --release --all-features
Alternatively to manually placing the library in the PATH the connector can be installed with the install.sh script.
It will place it inside ~/.local/lib/memflow directory. Add ~/.local/lib directory to PATH to use the connector in other memflow projects.
name - the name of the virtual machine (default argument, optional)Licensed under MIT License, see LICENSE.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.