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 ¶
EvaluateDirectReferences scans for direct references to the supplied address range and returns candidates
Click to show internal directories.
Click to hide internal directories.