addedmethod:
findMethodInfo
ghidra.app.util.bin.format.golang.rtti.types.GoMethod.GoMethodInfo findMethodInfo()
addedmethod:
findMethodSignature
ghidra.program.model.data.FunctionDefinition findMethodSignature() throws IOException
addedmethod:
getBody
ghidra.program.model.address.AddressRange getBody()
addedmethod:
getFlags
java.util.Set<ghidra.app.util.bin.format.golang.rtti.GoFuncFlag> getFlags()
addedmethod:
getFuncDataValue
long getFuncDataValue(ghidra.app.util.bin.format.golang.rtti.GoFuncDataTable tableIndex) throws IOException
addedmethod:
getFuncIDEnum
ghidra.app.util.bin.format.golang.rtti.GoFuncID getFuncIDEnum()
addedmethod:
getFunction
ghidra.program.model.listing.Function getFunction()
addedmethod:
getPcDataValue
int getPcDataValue(ghidra.app.util.bin.format.golang.rtti.GoPcDataTable tableIndex, long targetPC) throws IOException
addedmethod:
getPcDataValues
java.util.List<java.lang.Integer> getPcDataValues(ghidra.app.util.bin.format.golang.rtti.GoPcDataTable tableIndex) throws IOException
addedmethod:
getSourceFileInfo
ghidra.app.util.bin.format.golang.rtti.GoSourceFileInfo getSourceFileInfo() throws IOException
addedmethod:
getSymbolName
ghidra.app.util.bin.format.golang.rtti.GoSymbolName getSymbolName()
addedmethod:
toString
java.lang.String toString()
modifiedmethod:
additionalMarkup
added throws CancelledException
- void additionalMarkup(ghidra.app.util.bin.format.golang.structmapping.MarkupSession session) throws IOException
+ void additionalMarkup(ghidra.app.util.bin.format.golang.structmapping.MarkupSession session) throws IOException, CancelledException
modifiedmethod:
getDescription
removed throws IOException
- java.lang.String getDescription() throws IOException
+ java.lang.String getDescription()
modifiedmethod:
getName
removed throws IOException
- java.lang.String getName() throws IOException
+ java.lang.String getName()