C++ Name Mangling Library for Python

Viewed 6050

I'd like to mangle and demangle C++ function names in a Python program. Is there anything like that available? I searched for hours now, perhaps I'm lucky here...

2 Answers
Related