Documentation ¶
Overview ¶
Package goexec provides the utilities to analyse the executable code
Index ¶
- func FindExeSymbols(f *elf.File, lookup map[string]struct{}) (map[string]Sym, error)
- func FindLibMaps(pid int32) ([]*procfs.ProcMap, error)
- func FindNamespace(pid int32) (uint32, error)
- func FindNamespacedPids(pid int32) ([]uint32, error)
- func FindProcLanguage(pid int32, elfF *elf.File, path string) svc.InstrumentableType
- func LibPath(name string, maps []*procfs.ProcMap) *procfs.ProcMap
- type FileInfo
- type Sym
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindExeSymbols ¶ added in v0.3.1
func FindNamespace ¶ added in v1.7.0
func FindNamespacedPids ¶ added in v1.7.0
func FindProcLanguage ¶ added in v0.3.1
Types ¶
Click to show internal directories.
Click to hide internal directories.