lime-rs

Parser for LiME file format based on binrw


Keywords
linux, memory, forensics, lime
Licenses
MIT/Apache-2.0

Documentation

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 - 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.