You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case, I need to load multiple dylibs globally at the same time. I want to be able to check if these dylibs have conflicting symbols, so I need a way to list all defined exported symbols to compare them with other libs I want to load.
Something similar can be done using dlinfo on Linux, but I need a cross-platform solution.
What do you think?
The text was updated successfully, but these errors were encountered:
Hi there!
In my use case, I need to load multiple dylibs globally at the same time. I want to be able to check if these dylibs have conflicting symbols, so I need a way to list all defined exported symbols to compare them with other libs I want to load.
Something similar can be done using dlinfo on Linux, but I need a cross-platform solution.
What do you think?
The text was updated successfully, but these errors were encountered: