Expand description
LiME dump parser
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 - Linux Memory Extractor
- AVML - AVML - Acquire Volatile Memory for Linux
- LEMON - eBPF Memory Dump Tool
The implementation is built on top of the binrw crate.
Structs§
- Lime
Header - Header defined by the
LiME
file format, version 1
Traits§
- BinRead
- The
BinRead
trait reads data from streams and converts it into objects.