Mail Archives: djgpp/1998/12/30/03:43:21
On Wed, 30 Dec 1998, Josh "OS Dev" McDonald wrote:
> Hi, I need to know, what are the name mangling rules, and how
> often are they likely to change? any pointers?
If you need a demangler, you already have it: it's called cxxfilt.exe
and should be in your bin subdirectory already (it comes with Binutils).
If you need its sources, download the Binutils source distribution.
I don't know how often the rules change, but cxxfilt is always updated
accordingly, so just use that.
- Raw text -