mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-10 21:40:14 +05:00
update dependencies and remove cxxdemangler, as it was outdated
This commit is contained in:
@@ -282,7 +282,7 @@ namespace Il2CppInspector
|
||||
: SymbolType.Unknown;
|
||||
|
||||
if (type == SymbolType.Unknown) {
|
||||
Console.WriteLine($"Unknown symbol type: {((int) ntype):x2} {value:x16} " + CxxDemangler.CxxDemangler.Demangle(name));
|
||||
Console.WriteLine($"Unknown symbol type: {((int) ntype):x2} {value:x16} {name}");
|
||||
}
|
||||
|
||||
// Ignore duplicates
|
||||
|
||||
Reference in New Issue
Block a user