C++ name mangling decoder for g++?

SunnyShah picture SunnyShah · Dec 17, 2010 · Viewed 17.5k times · Source

is there any C++ name-mangling decoder for g++?

Answer

ryan_s picture ryan_s · Dec 17, 2010

You can use c++filt to demangle c++ symbols. For instance

$ c++filt -n _Z1fv
f()