GoModuledata

Package: ghidra.app.util.bin.format.golang.rtti
Type: class

11.4_PUBLIC

addedmethod: getUninitializedDataRange
ghidra.program.model.address.AddressRange getUninitializedDataRange()
addedmethod: getUninitializedNoPtrDataRange
ghidra.program.model.address.AddressRange getUninitializedNoPtrDataRange()
removedmethod: iterateTypes
java.util.Iterator<ghidra.app.util.bin.format.golang.rtti.types.GoType> iterateTypes() throws IOException

11.2_PUBLIC

addedmethod: getPcHeaderAddress
ghidra.program.model.address.Address getPcHeaderAddress()
addedmethod: getPclntable
ghidra.app.util.bin.format.golang.rtti.GoSlice getPclntable()
addedmethod: getPcValueTable
ghidra.app.util.bin.format.golang.rtti.GoSlice getPcValueTable()
addedmethod: matchesPcHeader
boolean matchesPcHeader(ghidra.app.util.bin.format.golang.rtti.GoPcHeader otherPcHeader)
removedmethod: getFilename
java.lang.String getFilename(long fileoff) throws IOException
removedmethod: matchesPclntab
boolean matchesPclntab(ghidra.app.util.bin.format.golang.rtti.GoPcHeader pclntab)

11.1_PUBLIC

addedmethod: getDataRange
ghidra.program.model.address.AddressRange getDataRange()
addedmethod: getRoDataRange
ghidra.program.model.address.AddressRange getRoDataRange()
addedmethod: getTextRange
ghidra.program.model.address.AddressRange getTextRange()

11.0_PUBLIC

addedmethod: getCutab
ghidra.app.util.bin.format.golang.rtti.GoSlice getCutab()
addedmethod: getFilename
java.lang.String getFilename(long fileoff) throws IOException
addedmethod: getFiletab
ghidra.app.util.bin.format.golang.rtti.GoSlice getFiletab()
addedmethod: getGoBinary
ghidra.app.util.bin.format.golang.rtti.GoRttiMapper getGoBinary()
addedmethod: getGofunc
long getGofunc()
addedmethod: getPctab
ghidra.app.util.bin.format.golang.rtti.GoSlice getPctab()
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

10.4_PUBLIC

addedmethod: additionalMarkup
void additionalMarkup(ghidra.app.util.bin.format.golang.structmapping.MarkupSession session) throws IOException
addedmethod: getAllFunctionData
java.util.List<ghidra.app.util.bin.format.golang.rtti.GoFuncData> getAllFunctionData() throws IOException
addedmethod: getFunctabEntriesSlice
ghidra.app.util.bin.format.golang.rtti.GoSlice getFunctabEntriesSlice()
removedmethod: additionalMarkup
void additionalMarkup() throws IOException

10.3_PUBLIC

introducedInitial version