lime-rs 0.1.0

Parser for LiME file format based on binrw
Documentation
  • Coverage
  • 100%
    7 out of 7 items documented0 out of 2 items with examples
  • Size
  • Source code size: 20.84 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.03 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 26s Average build duration of successful builds.
  • all releases: 26s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Marcondiro/lime-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Marcondiro

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.