demumble

Powerful C++ symbol demangler with support for multiple compilers

brewmacoslinux
Try with needOr install directly
Source

About

More powerful symbol demangler (a la c++filt)

Commands

demumble

Examples

Demangle a single C++ symbol$ demumble _ZNSt6vectorIiE9push_backERKi
Demangle symbols from a file or pipe$ echo '_ZNSt6vectorIiE9push_backERKi' | demumble
Demangle symbols in compiler output or log files$ cat build.log | demumble