C++ name mangling decoder for g++? May 11, 2023 by Tarik You can use c++filt to demangle c++ symbols. For instance $ c++filt -n _Z1fv f()