Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active April 26, 2021 02:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcandre/d63a444d194b73dc4193c33883eccecb to your computer and use it in GitHub Desktop.
Save mcandre/d63a444d194b73dc4193c33883eccecb to your computer and use it in GitHub Desktop.
Show Dependencies

General UNIX/Linux

$ ldd <binary>

macOS

$ otool -L <binary>

Windows

PS C:\> & 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\Hostx86\x64\dumpbin.exe' /dependents <binary>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment