3 unstable releases

new 0.4.1 Apr 4, 2025
0.4.0 Apr 4, 2025
0.3.1 Mar 10, 2025

#347 in Memory management

Download history 114/week @ 2025-03-10 10/week @ 2025-03-17 2/week @ 2025-03-24 216/week @ 2025-03-31

343 downloads per month
Used in 3 crates (2 directly)

GPL-3.0 license

9KB
159 lines

emd

The eBPF memory dumper is able to dump the physical memory on a linux machine, using an eBPF filter.
This works even the kernel is in lock down mode (integrity) or /proc/kcore is not available on system.
You need root privileges to use this tool.

Prerequisites

  1. stable rust toolchains: rustup toolchain install stable
  2. nightly rust toolchains: rustup toolchain install nightly --component rust-src
  3. bpf-linker: cargo install bpf-linker

build

cargo build --release

install via cargo

cargo install emdumper

usage

sudo ./emd -o output-file.bin

to show all options, you can use

./emd -h

No runtime deps

Features