Date: Sun, 6 Sep 1998 12:41:58 +0300 (IDT) From: Eli Zaretskii To: Ilya Ryzhenkov cc: djgpp AT delorie DOT com Subject: Re: C++ unmangler In-Reply-To: <35F1AD74.E6084FD8@inetlab.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 6 Sep 1998, Ilya Ryzhenkov wrote: > Can anyone post the source code to process C++ mangled name? > Convert them to function prototype or just parse them ? > Or at least point me to specifications of mangled names syntax. There's a program in Binutils called cxxfilt that does that. If you need the sources, look for demangle.c, e.g. in the GDB source distribution.