An open API service indexing awesome lists of open source software.

https://github.com/southpolenator/cxxdemangler

.NET library for demangling C++ symbols
https://github.com/southpolenator/cxxdemangler

csharp demangle itanium linker-symbol

Last synced: 4 months ago
JSON representation

.NET library for demangling C++ symbols

Awesome Lists containing this project

README

        

# `CxxDemangler`: a C++ linker symbol demangler
.NET library for demangling C++ symbols
This is fork of the [fitzgen/cpp_demangle](https://github.com/fitzgen/cpp_demangle) project rewritten in C#.
Snapshot taken: [commit e23ba2f on 06/19/2017](https://github.com/fitzgen/cpp_demangle/commit/e23ba2f2e2a986205992f3a9594bac002a8e403d).

### Latest status
[![Windows Build status](https://ci.appveyor.com/api/projects/status/jp678h42yrd3hqys/branch/master?svg=true)](https://ci.appveyor.com/project/southpolenator/CxxDemangler/branch/master)
[![Linux Build status](https://img.shields.io/travis/southpolenator/CxxDemangler.svg)](https://travis-ci.org/southpolenator/CxxDemangler)
[![Nuget version](https://img.shields.io/nuget/v/CxxDemangler.svg?style=flat)](https://www.nuget.org/packages/CxxDemangler/)
[![Code coverage](https://img.shields.io/codecov/c/github/southpolenator/CxxDemangler.svg)](https://codecov.io/github/southpolenator/CxxDemangler)
[![Code coverage](https://img.shields.io/github/license/southpolenator/CxxDemangler.svg)](https://github.com/southpolenator/CxxDemangler/blob/master/LICENSE)