memflow-lime

Crates.iomemflow-lime
lib.rsmemflow-lime
version
sourcesrc
created_at2024-12-05 09:30:24.801161
updated_at2024-12-05 09:30:24.801161
descriptionLiME files connector for memflow physical memory introspection framework
homepage
repositoryhttps://github.com/Marcondiro/memflow-LiME
max_upload_size
id1472972
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Marco C. (Marcondiro)

documentation

README

memflow LiME files connector

This is a connector for memflow that targets LiME dumps files.

At the moment of writing, the physical to virtual memory translation is not yet implemented in memflow, therefore this is intended as for future usage.

To run the tests to check the correctness of physical memory parsing you can use cargo test. A sample slice of a LiME dump is provided in the ./test folder and used in the tests.

Commit count: 17

cargo fmt