Golang plugin
Detection
- if a Golang startup signature matches the entry point (PC-only)
- if the Golang plugin detects a Golang-specific segment name
- if the elf loader finds a "Go" note in the input file
- on PE files: if certain Golang symbol names or a Go build id signature is foundAnalysis
- function information (e.g. name, package, range) retrieved from the pclntab
- type information (e.g. name, package, layout, size) retrieved from the typelinks tableActions
`golang:detect_and_parse` (Edit>Other)Calling Conventions
List of `-Ogolang` options
Examples
Last updated
Was this helpful?
