nm
- lists the symbols from object filesobjdump
- display information from object files.otool
- view the content of Mach-O[About] executablesstrings
- this will get you all the strings.
nm file
otool -nv file
strings file
nm
- lists the symbols from object filesobjdump
- display information from object files.otool
- view the content of Mach-O[About] executablesstrings
- this will get you all the strings.nm file
otool -nv file
strings file