Skip to content

r-jenish/demangler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demangler Build Status PyPI Packagist

Demangle even the most complex gcc mangled names, with absolute ease

Demangler is a module written in Python that can be used to demangle identifiers that were mangled by GCC 3.x and above.

Usage

from demangler import demangle
print demangle(<mangled_name>)

Setup

sudo pip install demangler

or, if you are feeling particularly adventurous

git clone https://github.com/P4N74/demangler.git
cd demangler
sudo apt-get install g++ python-dev python3-dev
python setup.py install
python3 setup.py install

Boring stuff

This project is licensed under the MIT License.

About

A demangler package for gcc 3.x and gcc 4.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published