lime-rs 0.1.0

Parser for LiME file format based on binrw
Documentation
1
2
3
4
5
6
7
8
9
10
# lime-rs

This crate provides Rust structures for parsing LiME (Linux Memory Extractor) dump files.
The LiME dump format is widely used by memory acquisition tools including:

- [LiME]https://github.com/504ensicsLabs/LiME - Linux Memory Extractor
- [AVML]https://github.com/microsoft/avml - AVML - Acquire Volatile Memory for Linux
- [LEMON]https://github.com/eurecom-s3/lemon - eBPF Memory Dump Tool

The implementation is built on top of the [binrw](https://crates.io/crates/binrw) crate.