Documentation
¶
Index ¶
- type Binary
- func (b *Binary) Architecture() types.Arch
- func (b *Binary) ByteOrder() encodingbinary.ByteOrder
- func (b *Binary) Close() error
- func (b *Binary) DynamicSymbols() ([]binary.Symbol, error)
- func (b *Binary) EntryPoint() uint64
- func (b *Binary) Format() binary.Format
- func (b *Binary) GoBuildInfo() (*binary.GoBuildInfo, bool)
- func (b *Binary) IsPIE() bool
- func (b *Binary) IsStripped() bool
- func (b *Binary) Pclntab() ([]byte, uint64, bool)
- func (b *Binary) Section(name string) (binary.Section, bool)
- func (b *Binary) Sections() []binary.Section
- func (b *Binary) Symbols() ([]binary.Symbol, error)
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 (*Binary) Architecture ¶
func (*Binary) ByteOrder ¶
func (b *Binary) ByteOrder() encodingbinary.ByteOrder
func (*Binary) EntryPoint ¶
func (*Binary) GoBuildInfo ¶
func (b *Binary) GoBuildInfo() (*binary.GoBuildInfo, bool)
func (*Binary) IsStripped ¶
Click to show internal directories.
Click to hide internal directories.