GoPcHeader

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

11.4_PUBLIC

addedmethod: getMagic
int getMagic()
addedfield: GO_1_20_MAGIC
static int GO_1_20_MAGIC

11.2_PUBLIC

addedmethod: createArtificialGoPcHeaderStructure
static ghidra.program.model.data.Structure createArtificialGoPcHeaderStructure(ghidra.program.model.data.CategoryPath cp, ghidra.program.model.data.DataTypeManager dtm)
addedmethod: findPcHeaderAddress
static ghidra.program.model.address.Address findPcHeaderAddress(ghidra.app.util.bin.format.golang.rtti.GoRttiMapper programContext, ghidra.program.model.address.AddressRange range, ghidra.util.task.TaskMonitor monitor) throws IOException
addedmethod: getPcHeaderAddress
static ghidra.program.model.address.Address getPcHeaderAddress(ghidra.program.model.listing.Program program)
addedfield: GO_STRUCTURE_NAME
static java.lang.String GO_STRUCTURE_NAME
addedmethod: hasPcHeader
static boolean hasPcHeader(ghidra.program.model.listing.Program program)
addedmethod: isPcHeader
static boolean isPcHeader(ghidra.app.util.bin.ByteProvider provider) throws IOException
removedmethod: findPclntabAddress
static ghidra.program.model.address.Address findPclntabAddress(ghidra.app.util.bin.format.golang.rtti.GoRttiMapper programContext, ghidra.program.model.address.AddressRange range, ghidra.util.task.TaskMonitor monitor) throws IOException
removedmethod: getPclntabAddress
static ghidra.program.model.address.Address getPclntabAddress(ghidra.program.model.listing.Program program)
removedmethod: hasPclntab
static boolean hasPclntab(ghidra.program.model.listing.Program program)
removedmethod: isPclntab
static boolean isPclntab(ghidra.app.util.bin.ByteProvider provider) throws IOException

11.1_PUBLIC

modifiedfield: GOPCLNTAB_SECTION_NAME
constant: ".gopclntab" → "gopclntab"
- static java.lang.String GOPCLNTAB_SECTION_NAME
+ static java.lang.String GOPCLNTAB_SECTION_NAME

11.0_PUBLIC

addedmethod: getMinLC
byte getMinLC()
addedmethod: getPtrSize
byte getPtrSize()

10.4_PUBLIC

addedmethod: hasTextStart
boolean hasTextStart()

10.3_PUBLIC

introducedInitial version