Skip to content

Commit fecc4c7

Browse files
committed
Fix scoping bug with 'files.elf.detectARMBE8Binary' setting.
1 parent 345d732 commit fecc4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/elf/elfview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void BinaryNinja::InitElfViewType()
3838
"type" : "boolean",
3939
"default" : true,
4040
"description" : "Enable ARM BE8 binary detection for mixed little/big endianness for code/data",
41-
"ignore" : ["SettingsProjectScope"]
41+
"ignore" : ["SettingsProjectScope", "SettingsResourceScope"]
4242
})");
4343
}
4444

0 commit comments

Comments
 (0)