Versions in this module Expand all Collapse all v0 v0.4.1 Jan 17, 2021 Changes in this version + var ErrInvalidElfType = errors.New("invalid elf type") + type BinFile struct + func Read(r io.ReaderAt, name string) (*BinFile, error) + func (b *BinFile) FuncToPC(name string) (uint64, error) + func (b *BinFile) InlinedFuncToPCs(name string) ([]InlinedFunc, error) + func (b *BinFile) LineToPC(file string, line int) (uint64, error) + func (b *BinFile) Pie() bool + func (b *BinFile) PieOffset(pid int) (uint64, error) + type ErrMultipleMatches struct + Matches []string + func (e *ErrMultipleMatches) Error() string + type InlinedFunc struct + High uint64 + Low uint64