addedmethod:
appendComment
void appendComment(ghidra.program.model.listing.Function func, java.lang.String prefix, java.lang.String comment)
addedmethod:
createFunctionIfMissing
ghidra.program.model.listing.Function createFunctionIfMissing(java.lang.String name, ghidra.program.model.symbol.Namespace ns, ghidra.program.model.address.Address addr)
addedmethod:
labelAddress
void labelAddress(ghidra.program.model.address.Address addr, java.lang.String symbolName, java.lang.String namespaceName) throws IOException
addedmethod:
labelStructure
void labelStructure(T obj, java.lang.String symbolName, java.lang.String namespaceName) throws IOException
addedfield:
markedupAddrs
ghidra.program.model.address.AddressSet markedupAddrs
modifiedmethod:
markup
added throws CancelledException
- void markup(T obj, boolean nested) throws IOException
+ void markup(T obj, boolean nested) throws IOException, CancelledException
removedmethod:
createFunctionIfMissing
ghidra.program.model.listing.Function createFunctionIfMissing(java.lang.String name, ghidra.program.model.address.Address addr)
removedmethod:
labelStructure
void labelStructure(T obj, java.lang.String symbolName) throws IOException