Is it possible to read own symbol name by it's address using some API, when we assume that the whole program (and all related .so-files) has been deleted ?
I found some pieces how to get this information using objdump
, readelf
, nm
etc., but are not an option.
What I'd like to have is a function string get_symbol_at(uint64_t addr)
.