Crate peekpoke

Source
Expand description

§peekpoke

peekpoke is a lightweight Rust library for accessing physical memory addresses using /dev/mem in Linux systems.

Functions§

peek
poke
read
Reads from the physical memory address given.
write
Writes the value given to the physical memory address.