summaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2024-08-14 12:56:55 -0400
committerBrian Potchik <brian@vector35.com>2024-08-14 12:56:55 -0400
commitfecc4c7810127535d448fa6bfca7b07313f479bf (patch)
tree7ac4e3195c568a44b41bf2cf2e08fff9cc2561d9 /view
parent345d73252c06f151b8f67f624e6de746a095d4bd (diff)
Fix scoping bug with 'files.elf.detectARMBE8Binary' setting.
Diffstat (limited to 'view')
-rw-r--r--view/elf/elfview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/elf/elfview.cpp b/view/elf/elfview.cpp
index 32d924f4..f4a089bd 100644
--- a/view/elf/elfview.cpp
+++ b/view/elf/elfview.cpp
@@ -38,7 +38,7 @@ void BinaryNinja::InitElfViewType()
"type" : "boolean",
"default" : true,
"description" : "Enable ARM BE8 binary detection for mixed little/big endianness for code/data",
- "ignore" : ["SettingsProjectScope"]
+ "ignore" : ["SettingsProjectScope", "SettingsResourceScope"]
})");
}