Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFunctionRetOffsets ¶
GetFunctionRetOffsets returns the list of offsets where RET instruction appear within the function. This code was taken from here: https://github.com/cfc4n/go_uretprobe_demo/blob/master/ret_offset.go#L22
Types ¶
type ElfReader ¶ added in v0.9.4
type ElfReader struct {
// contains filtered or unexported fields
}
func NewElfReader ¶ added in v0.9.4
NewElfReader opens an ELF file and returns the ElfReader struct.
Click to show internal directories.
Click to hide internal directories.