macOS / binaries /

dyld_info

/usr/bin/dyld_info
Displays information used by dyld in programs and dylibs

The dyld_info tool will display information that dyld uses from binaries. It supports fixups information encoded as opcode based or as chained fixups. If the tool is run with no options, it defaults to the common options (-platform -segments -dependents). The tool can be run with paths to dylibs that are in the dyld cache and not on disk.

source: man