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

@@ -217,7 +217,6 @@ namespace Il2CppInspector.Outputs
foreach (var symbol in symbols) {
writeObject(() => {
writeName(symbol.VirtualAddress, symbol.Name);
writer.WriteString("demangledName", symbol.DemangledName);
writer.WriteString("type", symbol.Type.ToString());
});
}