Hi, I am trying to find a way to map function addresses to names, during runtime for the following: - Shared library functions - Any Functions mapped with dlopen/dlsym Any suggestions? Thanks.