Documentation ¶
Overview ¶
Package disasm This package was written based on the go/cmd/internal/objfile package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrArchNotSupported = fmt.Errorf("unsupported GOARCH")
Functions ¶
This section is empty.
Types ¶
type Extractor ¶
type Extractor struct {
// contains filtered or unexported fields
}
func NewExtractor ¶
func NewExtractor(rawFile wrapper.RawFileWrapper, size uint64) (*Extractor, error)
func (*Extractor) Extract ¶
func (e *Extractor) Extract(start, end uint64) []PossibleStr
type PossibleStr ¶
Click to show internal directories.
Click to hide internal directories.