Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownExecutable = fmt.Errorf("unknown executable format")
ErrUnknownExecutable returned if executable format was not recognized.
Functions ¶
func Recognize ¶
func Recognize(rw ReadWriterAt) (replacer.Executable, error)
Recognize attempts to recognize executable by first bytes.
Types ¶
type ELF ¶
func NewELF ¶
func NewELF(rw ReadWriterAt) (*ELF, error)
func (*ELF) GoPCLnTabData ¶
func (*ELF) GoSymTabData ¶
type MachO ¶
func NewMachO ¶
func NewMachO(rw ReadWriterAt) (*MachO, error)
func (*MachO) GoPCLnTabData ¶
func (*MachO) GoSymTabData ¶
type PE ¶
func NewPE ¶
func NewPE(rw ReadWriterAt) (*PE, error)
func (*PE) GoPCLnTabData ¶
func (*PE) GoSymTabData ¶
Click to show internal directories.
Click to hide internal directories.