pe

package
v0.0.0-...-c356460 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2026 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Binary

type Binary struct {
	// contains filtered or unexported fields
}

func Open

func Open(path string) (*Binary, error)

func (*Binary) Architecture

func (b *Binary) Architecture() types.Arch

func (*Binary) ByteOrder

func (b *Binary) ByteOrder() encodingbinary.ByteOrder

func (*Binary) Close

func (b *Binary) Close() error

func (*Binary) DynamicSymbols

func (b *Binary) DynamicSymbols() ([]binary.Symbol, error)

func (*Binary) EntryPoint

func (b *Binary) EntryPoint() uint64

func (*Binary) Format

func (b *Binary) Format() binary.Format

func (*Binary) GoBuildInfo

func (b *Binary) GoBuildInfo() (*binary.GoBuildInfo, bool)

func (*Binary) IsPIE

func (b *Binary) IsPIE() bool

func (*Binary) IsStripped

func (b *Binary) IsStripped() bool

func (*Binary) Pclntab

func (b *Binary) Pclntab() ([]byte, uint64, bool)

func (*Binary) Section

func (b *Binary) Section(name string) (binary.Section, bool)

func (*Binary) Sections

func (b *Binary) Sections() []binary.Section

func (*Binary) Symbols

func (b *Binary) Symbols() ([]binary.Symbol, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL