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
- Host: GitHub
- URL: https://github.com/southpolenator/cxxdemangler
- Owner: southpolenator
- License: apache-2.0
- Created: 2017-08-19T12:39:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T13:05:18.000Z (about 3 years ago)
- Last Synced: 2025-02-09T02:06:11.696Z (4 months ago)
- Topics: csharp, demangle, itanium, linker-symbol
- Language: C#
- Size: 115 KB
- Stars: 18
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://ci.appveyor.com/project/southpolenator/CxxDemangler/branch/master)
[](https://travis-ci.org/southpolenator/CxxDemangler)
[](https://www.nuget.org/packages/CxxDemangler/)
[](https://codecov.io/github/southpolenator/CxxDemangler)
[](https://github.com/southpolenator/CxxDemangler/blob/master/LICENSE)