python-itanium_demangler
python-itanium_demangler copied to clipboard
Pure Python Itanium C++ ABI demangler
Results
2
python-itanium_demangler issues
Sort by
recently updated
recently updated
newest added
trafficstars
I just ran into a failure de-mangling `_ZN2SP3Net11ProtoSocketI11_STCMessageXadL_Z14STCMessage_msgEE11_CTSMessageXadL_Z14CTSMessage_msgEEE10writeProtoES3_` with the exception "expressions are not supported". Could these be supported or is there a way for me to avoid generating these...
enhancement
help wanted
Is there interest in MSVC support being added to this repo? From my first look into that format, it would allow reuse of the nodes, if the project was restructured...