Module falcon::memory::backing [] [src]

A flat representation of memory provided by lifters, typically used in a read-only fashion

This memory model implements the TranslationMemory trait, allowing lifters to use it to lift instructions.

Structs

Memory

A simple memory model, containing permissioned sections of type u8.

Section

A section of backed memory. Essentially a vector of type u8 with permissions.