binary

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataMember

type DataMember struct {
	StructName string
	Field      string
	MinVersion string
	MaxVersion string
}

type DataMemberOffset

type DataMemberOffset struct {
	*DataMember
	Offset uint64
}

type ErrOffsetsNotFound

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

func (*ErrOffsetsNotFound) Error added in v0.1.2

func (e *ErrOffsetsNotFound) Error() string

type Result

type Result struct {
	DataMembers []*DataMemberOffset
}

func FindOffsets

func FindOffsets(version string, 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