diff options
| author | Jordan Wiens <github@psifertex.com> | 2026-01-22 13:04:47 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2026-01-22 13:04:47 -0500 |
| commit | 2e3292248bfbea40edc6c617ede3ada1450565c2 (patch) | |
| tree | 6211100745e52096c4fbe5778b81708a722fd0cd /view | |
| parent | b29433a06db7138377620cbe98e7ebbf0cdc111c (diff) | |
architecturePreference description update
Diffstat (limited to 'view')
| -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 b2c0c23b..d11630a3 100644 --- a/view/macho/universalview.cpp +++ b/view/macho/universalview.cpp @@ -115,7 +115,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. By default, the first object file in the listing is loaded.", + "description" : "The preferred Mach-O architecture to select from Universal archives. On its own, changes the default Mach-O selected at load to match the specified architecture. To automatically open that slice without an extra dialog appearing, remove 'Universal' from ui.files.detection.openWithOptions", "ignore" : ["SettingsProjectScope", "SettingsResourceScope"] })"); |
