Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • ldd should work. what is the output of file on the executable you tried ? Otherwise use nm / objdump. gitlab.kitware.com/cmake/community/wikis/doc/cmake/… Commented Feb 12, 2019 at 13:29
  • @tibar You think this will work for iOS executable binaries on linux? As otools for iOS binaries on Mac? Commented Feb 13, 2019 at 6:57
  • 1
    jtool lets you specify the arch with -arch. On my machine, testing with a fat binary gives different libs depending on the arch I specify. Commented Feb 25, 2019 at 16:28
  • llvm-13 (and up) contains llvm-otool-13 apt install llvm-13 Commented Jun 5, 2024 at 11:10