Flexible demangler. Attempts to demangle D symbols generated by the DMD frontend. (Which is not always technically possible.)
decompresses a symbol and returns the full symbol, and possibly a reduced buffer space (does something only on windows with DMD.)
D symbol name demangling
Attempts to demangle D symbols generated by the DMD frontend. (Which is not always technically possible.)
A sample program demangling the names passed as arguments.