[][src]Module memflow::types

Module with basic types used in memflow.

This module contains types for handling virtual and physical addresses. It also contains types for handling pointers, pages and it exposes different size helpers.

Modules

address

Abstraction over a address on the target system.

byte_swap

Trait for byte-swappable basic types.

page

This module contains data structures related to information about a page.

physical_address

Abstraction over a physical address with optional page information.

pointer32

32-bit Pointer abstraction.

pointer64

64-bit Pointer abstraction.

size

This module contains helper functions for creating various byte sizes. All function are const and will be optimized by rustc.