Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 211 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 211 Bytes

C++ Demangler

Decoder of C++ symbols to human-readable medium

How to use:

sudo pip install cxxfilt

python demangler.py

Then enter your symbol to get human-readable format.

Windows is not supported.