Skip to content

Instantly share code, notes, and snippets.

View Sammi-Husky's full-sized avatar

Sammi Husky Sammi-Husky

View GitHub Profile
@arookas
arookas / demangle.cs
Created November 16, 2017 02:16
CodeWarrior demangler, supporting operators, templates (including literals), and arrays.
using System;
using System.Collections.Generic;
using System.Text;
namespace arookas {
static class Demangler {
static void DemangleTemplate(StringStream input, StringBuilder output) {