MemoryPageBank

Package: ghidra.pcode.memstate
Type: class

11.0_PUBLIC

introducedInitial version

10.3_PUBLIC

removedtype: ghidra.pcode.memstate.MemoryPageBank
class MemoryPageBank

9.0.2_PUBLIC

addedmethod: getPage
ghidra.pcode.memstate.MemoryPage getPage(long addr)
addedfield: page
generic.stl.MapSTL<java.lang.Long,ghidra.pcode.memstate.MemoryPage> page
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)