binary

package
v0.0.0-...-44ea935 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrOffsetsNotFound = errors.New("could not find offset")

Functions

This section is empty.

Types

type DataMember

type DataMember struct {
	StructName string
	Field      string
}

type DataMemberOffset

type DataMemberOffset struct {
	*DataMember
	Offset uint64
}

type Result

type Result struct {
	DataMembers []*DataMemberOffset
}

func FindOffsets

func FindOffsets(file *os.File, dataMembers []*DataMember) (*Result, error)

Jump to

Keyboard shortcuts

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