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)
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