Created
April 18, 2019 12:20
-
-
Save sdpjswl/88dba5674cabbe223654f4d01c2b6c5d to your computer and use it in GitHub Desktop.
Look inside static libraries, frameworks and binaries
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 -L <path> | |
nm -u <path> | |
strings <path> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment