From: Eyal Ben-David Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ unmangler Date: Sun, 06 Sep 1998 21:52:46 +0200 Organization: AKS Lines: 12 Message-ID: <35F2E80E.1A14@aks.com> References: <35F1AD74 DOT E6084FD8 AT inetlab DOT com> NNTP-Posting-Host: pathfinder.aladdin.co.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ilya Ryzhenkov wrote: > > Hallo! > > 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. nm from bin-util can do this for you. You can see the demangled name of functions and global variable in object files or libraries. Eyal.