Skip to content

Instantly share code, notes, and snippets.

@jerrymarino
Created January 30, 2019 19:49
Show Gist options
  • Save jerrymarino/f9bcc04f65b4662760654449dee0c6ee to your computer and use it in GitHub Desktop.
Save jerrymarino/f9bcc04f65b4662760654449dee0c6ee to your computer and use it in GitHub Desktop.
Demangle the entire symbol table of a swift binary
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