gobpf
gobpf copied to clipboard
Translate memory address to function name
Hi,
Is it possible to translate memory addresses to function names?
For example in python library, there is a ksym method there. Is there an equivalent in gobpf?
Example with ksym is here.
https://godoc.org/github.com/iovisor/gobpf/pkg/ksym
Is there a similar function available to translate user-space functions?