disasm

package
v0.0.0-...-75857cd Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Arch386 = archX86{mode: 32}.init()
View Source
var ArchAMD64 = archX86{mode: 64}.init()
View Source
var ArchARM = archARM{/* contains filtered or unexported fields */}
View Source
var ArchARM64 = archARM64{/* contains filtered or unexported fields */} // constant.

Functions

func GoSyntax

func GoSyntax(inst any, pc uint64, symname SymLookup, text io.ReaderAt) string

Types

type DisasmFuncStr

type DisasmFuncStr func(code []byte, pc uint64, symname SymLookup, text io.ReaderAt) (f string, size int, err error)

type SymLookup

type SymLookup func(addr uint64) (name string, base uint64)

Jump to

Keyboard shortcuts

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