Module memflow::architecture

source ·
Expand description

Module for handling different architectures in memflow.

Each architecture implements the Architecture trait and all function calls are dispatched into their own architecture specific sub-modules.

Virtual address translations are done using VirtualTranslate3 trait, which is linked to a particular architecture.

Each architecture also has a ByteOrder assigned to it. When reading/writing data from/to the target it is necessary that memflow know the proper byte order of the target system.

Modules

Enums

Traits

Type Aliases