Crate linux_memutils

Source
Expand description

This crate provides basic utilities for reading from physical memory on Linux.

It is developed in tandem with the agesafetch binary crate, but some of its features may come in handy for other use cases.

Modulesยง

agesa
Utilities for finding the AGESA version in physical memory (on AMD Zen).
iomem
Parsing of the physical memory map provided by /proc/iomem.
reader
Semi-efficient reading of physical memory from /dev/mem.