addedmethod:
putAddress
void putAddress(java.lang.String address, java.lang.String pointerAddress) throws Exception
addedmethod:
setInt
void setInt(java.lang.String address, int value) throws Exception
addedmethod:
setLong
void setLong(java.lang.String address, long value) throws Exception
addedmethod:
setShort
void setShort(java.lang.String address, short value) throws Exception
addedmethod:
setString
void setString(java.lang.String address, java.lang.String string) throws Exception
addedmethod:
createComment
void createComment(java.lang.String address, java.lang.String comment, ghidra.program.model.listing.CommentType commentType)
modifiedmethod:
createClassNamespace
return type: Namespace → GhidraClass
- ghidra.program.model.symbol.Namespace createClassNamespace(java.lang.String name, java.lang.String parentNamespace, ghidra.program.model.symbol.SourceType type) throws Exception
+ ghidra.program.model.listing.GhidraClass createClassNamespace(java.lang.String name, java.lang.String parentNamespace, ghidra.program.model.symbol.SourceType type) throws Exception
addedfield:
_PPC_64
static java.lang.String _PPC_64
addedmethod:
applyFixedLengthDataType
void applyFixedLengthDataType(java.lang.String addressString, ghidra.program.model.data.DataType dt, int length)
addedmethod:
createString
ghidra.program.model.listing.Data createString(java.lang.String address, java.lang.String string, java.nio.charset.Charset charset, boolean nullTerminate, ghidra.program.model.data.DataType dataType) throws Exception
addedmethod:
createString
ghidra.program.model.listing.Data createString(java.lang.String address, byte[] stringBytes, java.nio.charset.Charset charset, ghidra.program.model.data.DataType dataType) throws Exception
modifiedmethod:
addFunctionVariable
added throws Exception; removed throws DuplicateNameException; removed throws InvalidInputException
- void addFunctionVariable(ghidra.program.model.listing.Function f, ghidra.program.model.listing.Variable v) throws DuplicateNameException, InvalidInputException
+ void addFunctionVariable(ghidra.program.model.listing.Function f, ghidra.program.model.listing.Variable v) throws Exception
modifiedmethod:
createEntryPoint
removed throws DuplicateNameException; removed throws InvalidInputException
- ghidra.program.model.symbol.Symbol createEntryPoint(java.lang.String addressString, java.lang.String name) throws DuplicateNameException, InvalidInputException
+ ghidra.program.model.symbol.Symbol createEntryPoint(java.lang.String addressString, java.lang.String name)
removedmethod:
createString
ghidra.program.model.listing.Data createString(java.lang.String address, java.lang.String string, java.nio.charset.Charset charset, boolean nullTerminate, ghidra.program.model.data.AbstractStringDataType dataType) throws Exception
removedmethod:
createString
ghidra.program.model.listing.Data createString(java.lang.String address, byte[] stringBytes, java.nio.charset.Charset charset, ghidra.program.model.data.AbstractStringDataType dataType) throws Exception