From fecc4c7810127535d448fa6bfca7b07313f479bf Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 14 Aug 2024 12:56:55 -0400 Subject: Fix scoping bug with 'files.elf.detectARMBE8Binary' setting. --- view/elf/elfview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/elf/elfview.cpp') 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"] })"); } -- cgit v1.3.1