仿真平台内核初版 -tlib库 包含<sparc arm riscv powerPC>

This commit is contained in:
liuwb
2026-02-07 20:43:43 +08:00
parent de61f9e2b0
commit b3117648be
9748 changed files with 4309137 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# `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)