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
  • Reads from the physical memory address given.
  • Writes the value given to the physical memory address.