Skip to content

Instantly share code, notes, and snippets.

@nanoxd
Created September 27, 2018 10:52
Show Gist options
  • Save nanoxd/4ed802b08ad0e9db2d8170bac7f28d8c to your computer and use it in GitHub Desktop.
Save nanoxd/4ed802b08ad0e9db2d8170bac7f28d8c to your computer and use it in GitHub Desktop.
[Debugging iOS] Useful ways to check your binary
# Display shared libraries that your binary attempts to load
otool -L <binary>
# Display DYLD symbols for exports and imports
nm <binary>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment