GoBuildInfo

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

12.1_PUBLIC

addedfield: FALLBACK_GOVER_OPTION
static java.lang.String FALLBACK_GOVER_OPTION
addedmethod: findGoBuildInfoOffset
static long findGoBuildInfoOffset(ghidra.app.util.bin.ByteProvider bp, int maxSearchLength)
addedmethod: fromFallbackInfo
static ghidra.app.util.bin.format.golang.GoBuildInfo fromFallbackInfo(ghidra.program.model.listing.Program program)
addedmethod: setFallbackVersion
static void setFallbackVersion(ghidra.program.model.listing.Program program, java.lang.String fallbackGoVerStr)
removedmethod: isPresent
static boolean isPresent(java.io.InputStream is)

11.3_PUBLIC

addedmethod: getBuildSetting
ghidra.app.util.bin.format.golang.GoBuildSettings getBuildSetting(java.lang.String key)
addedmethod: getGOARCH
java.lang.String getGOARCH(ghidra.program.model.listing.Program program)
addedmethod: getGOOS
java.lang.String getGOOS(ghidra.program.model.listing.Program program)
addedmethod: getProgramGOARCH
static java.lang.String getProgramGOARCH(ghidra.program.model.listing.Program program)
addedmethod: getProgramGOOS
static java.lang.String getProgramGOOS(ghidra.program.model.listing.Program program)

11.2_PUBLIC

addedmethod: getGoVer
ghidra.app.util.bin.format.golang.GoVer getGoVer()
removedmethod: getVerEnum
ghidra.app.util.bin.format.golang.GoVer getVerEnum()

11.1_PUBLIC

addedfield: ELF_SECTION_NAME
static java.lang.String ELF_SECTION_NAME
addedfield: MACHO_SECTION_NAME
static java.lang.String MACHO_SECTION_NAME
modifiedfield: SECTION_NAME
constant: ".go.buildinfo" → "go.buildinfo"
- static java.lang.String SECTION_NAME
+ static java.lang.String SECTION_NAME

10.3_PUBLIC

introducedInitial version