LoginSignup
42
24

More than 5 years have passed since last update.

Mac版lddコマンドは otool -L

Last updated at Posted at 2015-04-03

Linuxでは ldd a.out で、実行ファイル a.out が依存してる共有ライブラリを調べられたが、Macにはlddが無い。

というわけで、 otool を使うと良いです。

$ otool -L 実行ファイル
42
24
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
42
24