MemoryBlockStub
Package:
ghidra.program.model.mem
Type:
class
11.1_PUBLIC
added
method
:
getFlags
int getFlags(
)
added
method
:
isArtificial
boolean isArtificial(
)
added
method
:
setArtificial
void setArtificial(
boolean a)
removed
method
:
getPermissions
int getPermissions(
)
10.4_PUBLIC
added
method
:
getAddressRange
ghidra.
program.
model.
address.
AddressRange getAddressRange(
)
10.1_PUBLIC
added
method
:
getSizeAsBigInteger
java.
math.
BigInteger getSizeAsBigInteger(
)
9.2.1_PUBLIC
modified
method
:
setName
removed throws DuplicateNameException
- void setName(
java.
lang.
String name) throws
DuplicateNameException,
LockException
+ void setName(
java.
lang.
String name) throws LockException
9.2_PUBLIC
added
method
:
isOverlay
boolean isOverlay(
)
9.1_PUBLIC
added
method
:
getSourceInfos
java.
util.
List<
ghidra.
program.
model.
mem.
MemoryBlockSourceInfo
> getSourceInfos(
)
added
method
:
setPermissions
void setPermissions(
boolean read,
boolean write,
boolean execute)
9.0.1_PUBLIC
introduced
Initial version