Created
December 22, 2011 01:58
-
-
Save yujikosuga/1508560 to your computer and use it in GitHub Desktop.
otool: objdump provided for Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
otool: at least one file must be specified | |
Usage: otool [-fahlLDtdorSTMRIHvVcXm] <object file> ... | |
-f print the fat headers | |
-a print the archive header | |
-h print the mach header | |
-l print the load commands | |
-L print shared libraries used | |
-D print shared library id name | |
-t print the text section (disassemble with -v) | |
-p <routine name> start dissassemble from routine name | |
-s <segname> <sectname> print contents of section | |
-d print the data section | |
-o print the Objective-C segment | |
-r print the relocation entries | |
-S print the table of contents of a library | |
-T print the table of contents of a dynamic shared library | |
-M print the module table of a dynamic shared library | |
-R print the reference table of a dynamic shared library | |
-I print the indirect symbol table | |
-H print the two-level hints table | |
-v print verbosely (symbolicly) when possible | |
-V print disassembled operands symbolicly | |
-c print argument strings of a core file | |
-X print no leading addresses or headers | |
-m don't use archive(member) syntax | |
-B force Thumb disassembly (ARM objects only) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment