Output: Exclude Unity and UnityEngineInternal namespaces by default, include root namespace
This commit is contained in:
@@ -44,10 +44,11 @@ namespace Il2CppInspector
|
||||
|
||||
var excludedNamespaces = new List<string> {
|
||||
"System",
|
||||
"Unity",
|
||||
"UnityEngine",
|
||||
"UnityEngineInternal",
|
||||
"Mono",
|
||||
"Microsoft.Win32",
|
||||
""
|
||||
};
|
||||
|
||||
// Dump each image in the binary separately
|
||||
|
||||
Reference in New Issue
Block a user