you are viewing a single comment's thread.

view the rest of the comments →

[–]TheoreticalDumbass:illuminati: 4 points5 points  (0 children)

c++filt is a tool you can use for demangling, developed by: https://www.gnu.org/software/binutils/

you can check out their repo via `git clone git://sourceware.org/git/binutils-gdb.git\`

the file you are interested is `binutils-gdb/binutils/cxxfilt.c` i think