Skip to main content
MemoryEntry
liblisa
0.2.0
In liblisa::
state
liblisa
::
state
Type Alias
Memory
Entry
Copy item path
pub type MemoryEntry = (
Addr
,
Permissions
,
Vec
<
u8
>);
Expand description
A memory mapping in a
MemoryState
.