c8e14a3
1 2 3 4 5 6 7 8 9 10 11
# c++filt(1) ## demangle symbol ```markdown c++-filt <symbol_str> ``` ## demangle stream (eg dynamic symbol table) ```markdown readelf -W --dyn-syms <elf> | c++filt ```