aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c++filt.md
blob: 2592ba927290cfb406e2c952d0ad139f39947f04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# c++filt(1)

## Demangle symbol
```markdown
  c++-filt <symbol_str>
```

## Demangle stream
For example dynamic symbol table:
```markdown
  readelf -W --dyn-syms <elf> | c++filt
```