Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrSymbolNotFound returned when the specified symbol is not located // in the target ELF file ErrSymbolNotFound = errors.New("symbol not found") // ErrNoRetFound is returned when no RET instructions are found in // the function ErrNoRetFound = errors.New("no RET instructions found") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.