summaryrefslogtreecommitdiff
path: root/docs/guide
AgeCommit message (Collapse)Author
2025-09-11Docs grammar and spelling fixesJosh Ferrell
2025-09-11Update docs around behavior of "Save As"Josh Ferrell
2025-08-27Rewrite Obj-C workflow in RustMark Rowe
This is functionally equivalent to the previous workflow_objc, with the following changes: 1. It mutates the `core.function.metaAnalysis` workflow rather than registering a new named workflow. The activities now all check for the presence of the Objective-C metadata added by `ObjCProcessor` to determine whether they should do work, rather than relying on `MachoView` to override the function workflow when Objective-C metadata is present. This fixes https://github.com/Vector35/binaryninja-api/issues/6779. 2. The auto-inlining of `objc_msgSend` selector stub functions is performed in a separate activity from the processing of `objc_msgSend` call sites. The selector stub inlining activity is configured so that it does not run in `DSCView` as the shared cache needs different behavior for stub functions more generally that `SharedCacheWorkflow` already provides. 3. The way that types like `id` and `SEL` are referenced is fixed so that they show up as `id` rather than `objc_struct*`. This also replaces the Objective-C portion of the shared cache's workflow, and incorporates several bug fixes that had been applied to it but not the standalone Objective-C workflow.
2025-07-21update guided analysis docs to include a link to some of the appropriate APIsJordan Wiens
2025-07-21update function settings context menu documentation after UI changesJordan Wiens
2025-07-21included guided analysis in table of contentsJordan Wiens
2025-07-21shrink binexport imageJordan Wiens
2025-07-21Update support matrix for kernel/shared cacheMason Reed
2025-07-21Update WARP documentationMason Reed
2025-07-18Disable exception stack traces by default, except for unhandled exceptions ↵Rusty Wagner
during analysis
2025-07-16fix references to settings in docsJordan Wiens
2025-07-16update settings for 5.1Jordan Wiens
2025-07-16Document that the pinned cross references have a higher limit on the number ↵Rusty Wagner
of references
2025-07-16Revert "update docs for backtick and python console, resolves #6816"Jordan Wiens
This reverts commit 5d92c427fdb16e0b167b88eb53f61693cd67c535.
2025-07-15add binexport to open source docsJordan Wiens
update plugin documentation now that binexport is shipped add binexport documentation
2025-07-14Remove pluginManager.communityUpdateChannel setting in favor of ↵Josh Ferrell
pluginManager.debug
2025-07-14Revert "Update Objective-C Workflow to use the meta workflow."Brian Potchik
This reverts commit 5bafe5c7bdb0b56037a0b5c573236f9c6367353a.
2025-07-14Update Objective-C Workflow to use the meta workflow.Brian Potchik
2025-07-12update docs for backtick and python console, resolves #6816Jordan Wiens
2025-07-04EFI Resolver user guide documentationBrandon Miller
2025-06-27Update docs.Brian Potchik
2025-06-23Allow sidebar icons to be hiddenRusty Wagner
2025-06-23add image for update dialogJordan Wiens
2025-06-20Update Settings documentation in the User Guide.Brian Potchik
2025-06-10Add UI action and API to control switch recovery in HLILRusty Wagner
2025-05-23Add UI action and API to control expression foldingRusty Wagner
2025-05-23Add 'Remove from Recent Files' action to the context menu for the recent ↵Brian Potchik
files list.
2025-04-28[SharedCache] Support loading iOS shared caches older than 11Mason Reed
Still need to fix branch island images not being picked up
2025-04-18add note to console docs about shared vs unified python instance, resolves #6651Jordan Wiens
2025-04-18fix copy/pastaJordan Wiens
2025-04-18edits to ksc docsJordan Wiens
2025-04-18edits to dsc docsJordan Wiens
2025-04-16Fix broken documentation links.Alexander Taylor
2025-04-16Updated DSC/KCTriage view documentation.Alexander Taylor
2025-04-16Update Objective-C user documentationMason Reed
We have not updated this in a while and no longer provide commands (this changed in 2023!)
2025-04-16[SharedCache] Update user documentationMason Reed
2025-04-15Fixed indentation on Launching from CLI doc sectionGalen Williamson
2025-04-14remove docs fro newInstance setting that was removed and small tweaks to the ↵Jordan Wiens
docs for the feature
2025-04-14Simplifed documentation for "Launching Binary Ninja from the command line", ↵Galen Williamson
and moved it to user guide.
2025-04-10Added documentation for Launching Binary Ninja from the command line (CLI), ↵Galen Williamson
re: new and existing instances
2025-04-10cleanup troubleshooting docsJordan Wiens
2025-04-09Add docs for union field resolution; Resolves #6578ElykDeer
2025-04-07add venv to virtualenv setting descriptionJordan Wiens
2025-04-07Fix broken list in docs.Alexander Taylor
2025-04-06fix moved URLs in documentationJordan Wiens
2025-04-03add M-CORE to settingJordan Wiens
2025-04-03update settings for 5.0 and include enterprise/collab this timeJordan Wiens
2025-04-03default image width narrower on fwn docsJordan Wiens
2025-04-03Firmware Ninja user guide documentationBrandon Miller
2025-03-31small phrasing updateJordan Wiens