Output: Exclude root namespace by default

This commit is contained in:
Katy Coe
2019-10-31 23:35:58 +01:00
parent dbc3ef40b0
commit ac47c811be
5 changed files with 9 additions and 5 deletions

View File

@@ -41,13 +41,15 @@ namespace Il2CppInspector
throw new Exception("Could not find any images in the IL2CPP binary");
// Exclusions
var excludedNamespaces = new List<string> {
"System",
"UnityEngine",
"Mono",
"Microsoft.Win32",
""
};
// Dump each image in the binary separately
int i = 0;
foreach (var il2cpp in inspectors)