PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
#include <memory_region.h>
Public Member Functions | |
bool | contains (u32 address, u32 len) const |
u8 * | get (u32 address) const |
Public Attributes | |
u32 | offset |
u32 | size |
u8 * | bytes |
struct { | |
bool read | |
bool write | |
bool execute | |
} | access |
Definition at line 8 of file memory_region.h.
Definition at line 20 of file memory_region.h.
Definition at line 25 of file memory_region.h.
struct { ... } mulator::MemoryRegion::access |
u8* mulator::MemoryRegion::bytes |
Definition at line 12 of file memory_region.h.
bool mulator::MemoryRegion::execute |
Definition at line 17 of file memory_region.h.
u32 mulator::MemoryRegion::offset |
Definition at line 10 of file memory_region.h.
bool mulator::MemoryRegion::read |
Definition at line 15 of file memory_region.h.
u32 mulator::MemoryRegion::size |
Definition at line 11 of file memory_region.h.
bool mulator::MemoryRegion::write |
Definition at line 16 of file memory_region.h.