Skip to content

Instantly share code, notes, and snippets.

@RandomOutput
Created December 6, 2013 23:43
Show Gist options
  • Select an option

  • Save RandomOutput/7834088 to your computer and use it in GitHub Desktop.

Select an option

Save RandomOutput/7834088 to your computer and use it in GitHub Desktop.
Find the symbols in a library and demangle the names
nm -m -o -g [libname].a | c++filt -p -i | grep [filter]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment