Add UnityEditor and JetBrains.Annotations to default ignored namespaces
This commit is contained in:
@@ -44,12 +44,14 @@ namespace Il2CppInspector
|
||||
|
||||
var excludedNamespaces = new List<string> {
|
||||
"System",
|
||||
"Unity",
|
||||
"UnityEngine",
|
||||
"UnityEngineInternal",
|
||||
"Mono",
|
||||
"Microsoft.Win32",
|
||||
"AOT"
|
||||
"Unity",
|
||||
"UnityEditor",
|
||||
"UnityEngine",
|
||||
"UnityEngineInternal",
|
||||
"AOT",
|
||||
"JetBrains.Annotations"
|
||||
};
|
||||
|
||||
// Dump each image in the binary separately
|
||||
|
||||
Reference in New Issue
Block a user