Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
idapro / opt / ida90 / libexec / idapro / cfg / golang.cfg
Size: Mime:
// Golang plugin options

// if set to NO - disable the golang plugin
// YES: try to detect Golang binaries and parse metadata if available
GOLANG_ENABLE = YES
// Can be overridden with IDA command line option:
// disable: -Ogolang:off
// force-enable: -Ogolang:force

// Should the golang plugin import file names & line numbers information
// (from pclntab) into the database ?
GOLANG_IMPORT_LNNUMS = NO
// IDA command line option: -Ogolang:import_lnnums

// Should the golang plugin derive a function's end from the pc-val
// tables found in that function's (pclntab) function info entry?
GOLANG_FUNC_END_FROM_PCVAL_TABS = YES
// Can be overriden with IDA command line option:
// disable: -Ogolang:no_func_end_from_pcval_tabs

// action: golang:search_pclntab
// If IDA does not detect the pclntab, it is possible to force a full search
// of the binary that will try to locate the pclntab.
// The menu item for that action can be found under Edit/Other/
// It is highly recommended to run the search prior to the Auto Analysis