Created
September 27, 2018 10:52
-
-
Save nanoxd/4ed802b08ad0e9db2d8170bac7f28d8c to your computer and use it in GitHub Desktop.
[Debugging iOS] Useful ways to check your binary
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
# 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