diff options
| author | Mark Rowe <mark@vector35.com> | 2026-02-07 12:04:49 -0800 |
|---|---|---|
| committer | Mark Rowe <mark@vector35.com> | 2026-03-16 17:45:00 -0700 |
| commit | 9b008755f81cf3019c81af9f59d82b05ade0d9b5 (patch) | |
| tree | 53ee79494e4cec81cb5e983b4d5d88900bb79b4c /view/macho/universalview.cpp | |
| parent | 25213a836b1423cbc1aeef1f23aebc2167154e56 (diff) | |
Refactor where architecture selection is performed for universal binaries
Responsibility for selecting an architecture is moved out of
`UniversalTransform` and into a new `ContainerOpenRequest` class.
`UniversalTransform` still handles architecture selection in headless
operation (for now).
Diffstat (limited to 'view/macho/universalview.cpp')
| -rw-r--r-- | view/macho/universalview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/macho/universalview.cpp b/view/macho/universalview.cpp index 16e973f5..bd8fc7ef 100644 --- a/view/macho/universalview.cpp +++ b/view/macho/universalview.cpp @@ -30,7 +30,7 @@ void BinaryNinja::InitUniversalViewType() "type" : "array", "sorted" : false, "default" : [], - "description" : "Specify an architecture preference for automatic loading of a Mach-O file from a Universal archive. When unset, headless operation defaults to the first available architecture, while interactive operation presents all available architectures for selection.", + "description" : "Architectures to prefer when loading Universal (fat) Mach-O archives, in order of priority. Determines which architecture is pre-selected in the architecture picker, or loaded automatically when prompting is set to 'automatic' or 'never'.", "ignore" : ["SettingsProjectScope", "SettingsResourceScope"] })"); |
