Created
September 11, 2014 00:54
-
-
Save on-three/8726cbed1ce05479ecb2 to your computer and use it in GitHub Desktop.
Unmangle a C++ method name
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
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