wasmobj

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

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

File contains information about the object file.

func Load

func Load(path string) (*File, error)

func (*File) Close

func (file *File) Close() error

func (*File) Funcs

func (file *File) Funcs() []disasm.Func

func (*File) LoadCode

func (file *File) LoadCode(fn *Func, opts disasm.Options) *disasm.Code

type Func

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

Func contains information about the executable.

func (*Func) Load

func (fn *Func) Load(opts disasm.Options) *disasm.Code

func (*Func) Name

func (fn *Func) Name() string

Jump to

Keyboard shortcuts

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