Package ghidra.pcode.memstate
-
Interface Summary Interface Description MemoryFaultHandler -
Class Summary Class Description MemoryBank MemoryPage MemoryPage
is allows the contents/data of a memory page to be maintained along with an initializedMask.MemoryPageBank MemoryPageOverlay MemoryState All storage/state for a pcode emulator machine Every piece of information in a pcode emulator machine is representable as a triple (AddressSpace,offset,size).UniqueMemoryBank An subclass ofMemoryBank
intended for modeling the "unique" memory space.UniqueMemoryBank.WordInfo A simple class representing a byte-addressable word of memory.