Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 396 Bytes

inspecting_dynamic_libraries.md

File metadata and controls

12 lines (8 loc) · 396 Bytes

Inspecting Dynamic Libraries

If you want to see what symbols are exported by a dynamic library you can do so using otool:

otool -L wx/_core_.so

References