[][src]Crate memflow

This crate contains the foundation of memflow's physical memory introspection.

You will almost always import this module when working with memflow.

It contains abstractions over memory addresses, the underlying system architecture, abstractions for reading memory and abstractions over processes and modules.

Modules

architecture

Module for handling different architectures in memflow.

connector

Module containing basic connector and inventory related functions.

error

Specialized Error and Result types for memflow.

iter

Special purpose iterators for memflow.

mem

This module covers all implementations and traits related to reading/writing physical and virtual memory.

process

Traits for OS independent process abstractions.

types

Module with basic types used in memflow.