analysis

package
v0.0.0-...-df5f45c Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Candidate

type Candidate struct {
	Addr     uint64   // address where the string resides
	Len      uint64   // length of the string
	RefAddrs []uint64 // addresses that reference the string
}

Candidate is a potential candidate string reference

func EvaluateDirectReferences

func EvaluateDirectReferences(f *exe.File, strRange *address.Range) ([]Candidate, error)

EvaluateDirectReferences scans for direct references to the supplied address range and returns candidates

func EvaluateIndirectReferences

func EvaluateIndirectReferences(f *exe.File, strRange *address.Range) ([]Candidate, error)

EvaluateIndirectReferences scans for indirect references to the supplied address range and returns candidates

Jump to

Keyboard shortcuts

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