Module memflow::mem::memory_view

source ·

Re-exports

Modules

Structs

  • Creates a PhysicalMemory object from a MemoryView without doing any translations. This function simply redirects all calls to PhysicalMemory to the underlying MemoryView

Traits

  • The MemoryView trait implements generic access to memory, no matter if it is a process virtual memory, or machine’s physical memory.