Sunday, May 20, 2012

c++filt - Demangle C++ and Java symbols.

c++filt <symbol>

Example:
c++filt -n _Z1fv

 -n
       --no-strip-underscores
           Do not remove the initial underscore.


No comments: