Skip to content

Instantly share code, notes, and snippets.

@on-three
Created September 11, 2014 00:54
Show Gist options
  • Save on-three/8726cbed1ce05479ecb2 to your computer and use it in GitHub Desktop.
Save on-three/8726cbed1ce05479ecb2 to your computer and use it in GitHub Desktop.
Unmangle a C++ method name
c++filt -n _Z1fv
#where _z1fv is the method name (e.g.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment