MemoryBlockStub

Package: ghidra.program.model.mem
Type: class

11.1_PUBLIC

addedmethod: getFlags
int getFlags()
addedmethod: isArtificial
boolean isArtificial()
addedmethod: setArtificial
void setArtificial(boolean a)
removedmethod: getPermissions
int getPermissions()

10.4_PUBLIC

addedmethod: getAddressRange
ghidra.program.model.address.AddressRange getAddressRange()

10.1_PUBLIC

addedmethod: getSizeAsBigInteger
java.math.BigInteger getSizeAsBigInteger()

9.2.1_PUBLIC

modifiedmethod: setName
removed throws DuplicateNameException
- void setName(java.lang.String name) throws DuplicateNameException, LockException
+ void setName(java.lang.String name) throws LockException

9.2_PUBLIC

addedmethod: isOverlay
boolean isOverlay()

9.1_PUBLIC

addedmethod: getSourceInfos
java.util.List<ghidra.program.model.mem.MemoryBlockSourceInfo> getSourceInfos()
addedmethod: setPermissions
void setPermissions(boolean read, boolean write, boolean execute)

9.0.1_PUBLIC

introducedInitial version