Skip to content

Instantly share code, notes, and snippets.

@sdpjswl
Created April 18, 2019 12:20
Show Gist options
  • Save sdpjswl/88dba5674cabbe223654f4d01c2b6c5d to your computer and use it in GitHub Desktop.
Save sdpjswl/88dba5674cabbe223654f4d01c2b6c5d to your computer and use it in GitHub Desktop.
Look inside static libraries, frameworks and binaries
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