MemoryBank

Package: ghidra.pcode.memstate
Type: class

11.0_PUBLIC

introducedInitial version

10.3_PUBLIC

removedtype: ghidra.pcode.memstate.MemoryBank
class MemoryBank

9.0.2_PUBLIC

addedfield: faultHandler
ghidra.pcode.memstate.MemoryFaultHandler faultHandler
addedmethod: getPage
ghidra.pcode.memstate.MemoryPage getPage(long addr)
addedmethod: setPage
void setPage(long addr, byte[] val, int skip, int size, int bufOffset)
addedmethod: setPageInitialized
void setPageInitialized(long addr, boolean initialized, int skip, int size, int bufOffset)