Documentation
¶
Overview ¶
Package goexec provides the utilities to analyse the executable code
Package goexec helps analyzing Go executables
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldOffsets ¶
type FuncOffsets ¶
type Offsets ¶
type Offsets struct {
// Funcs key: function name
Funcs map[string]FuncOffsets
Field FieldOffsets
}
Click to show internal directories.
Click to hide internal directories.