diff options
| author | Brian Potchik <brian@vector35.com> | 2024-09-19 12:45:07 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-09-19 12:45:07 -0400 |
| commit | 43d5fb9103cde2941948f3e7dfb1b38bb67fac23 (patch) | |
| tree | 0de7716c72495071d09a277cff0329dffc4c8506 /view/macho | |
| parent | afb41a37f9f6fa9e3c2d8df35fa9c9ae215299ee (diff) | |
Add additional testing and handling for object settings.
Diffstat (limited to 'view/macho')
| -rw-r--r-- | view/macho/universalview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/macho/universalview.cpp b/view/macho/universalview.cpp index ac637c75..b2c0c23b 100644 --- a/view/macho/universalview.cpp +++ b/view/macho/universalview.cpp @@ -113,7 +113,6 @@ void BinaryNinja::InitUniversalViewType() R"({ "title" : "Universal Mach-O Architecture Preference", "type" : "array", - "elementType" : "string", "sorted" : false, "default" : [], "description" : "Specify an architecture preference for automatic loading of a Mach-O file from a Universal archive. By default, the first object file in the listing is loaded.", |
