update dependencies and remove cxxdemangler, as it was outdated

This commit is contained in:
LukeFZ
2025-01-25 16:59:12 +01:00
parent 6ee0813572
commit 47cfb8176c
7 changed files with 5 additions and 12 deletions

View File

@@ -20,7 +20,5 @@ namespace Il2CppInspector
public ulong VirtualAddress { get; set; }
public string Name { get; set; }
public SymbolType Type { get; set; }
public string DemangledName => CxxDemangler.CxxDemangler.Demangle(Name);
}
}