Created
January 30, 2019 19:49
-
-
Save jerrymarino/f9bcc04f65b4662760654449dee0c6ee to your computer and use it in GitHub Desktop.
Demangle the entire symbol table of a swift binary
This file contains 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
nm __BINARY__ | awk '{ print $3 }' | xargs xcrun swift-demangle {} \; | less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment