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