diff options
| author | Brian Potchik <brian@vector35.com> | 2024-08-14 12:56:55 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-08-14 12:56:55 -0400 |
| commit | fecc4c7810127535d448fa6bfca7b07313f479bf (patch) | |
| tree | 7ac4e3195c568a44b41bf2cf2e08fff9cc2561d9 /view/elf/elfview.cpp | |
| parent | 345d73252c06f151b8f67f624e6de746a095d4bd (diff) | |
Fix scoping bug with 'files.elf.detectARMBE8Binary' setting.
Diffstat (limited to 'view/elf/elfview.cpp')
| -rw-r--r-- | view/elf/elfview.cpp | 2 |
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"] })"); } |
