问题
I'm calling a library function that takes a parameter, loads an appropriate shared library and returns a handle to the so. The library calls calls dlopen to open a reference to the shared library. Is there a way I can get the name/path of the shared library from the handle returned?
来源:https://stackoverflow.com/questions/39696609/get-shared-library-name-from-handle