dyld_info(1) | General Commands Manual | dyld_info(1) |
dyld_info
—
Displays information used by dyld in programs and
dylibs
dyld_info |
[-arch arch-name]
[-platform ] [-segments ]
[-linked_dylibs ] [-inits ]
[-exports ] [-imports ]
[-objc ] [-fixups ]
[-fixup_chains ]
[-fixup_chain_details ]
[-function_starts ]
[-symbolic_fixups ]
[-opcodes ] [-uuid ]
[-disassemble ] [-section
segment-name section-name]
[-all_sections ]
[-section_bytes segment-name
section-name]
[-all_sections_bytes ]
[-validate_only ]
file(s) |
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 -linked_dylibs).
The tool can be run with paths to dylibs that are in the dyld cache and not on disk.
The options are as follows:
-arch
arch-platform
-segments
-linked_dylibs
-inits
-exports
-imports
-objc
-fixups
-fixup_chains
-fixup_chain_details
-function_starts
-symbolic_fixups
-opcodes
-uuid
-disassemble
-section
segment-name section-name-all_sections
-section_bytes
segment-name section-name-all_sections_bytes
-validate_only
-all_dir
directory-all_dyld_cache
January 9, 2024 | Darwin |