aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c++filt.md
blob: 10ccc775acbd755fe84f8ccf37c78f4aa76dda0b (plain) (blame)
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
```