summaryrefslogtreecommitdiff
path: root/docs/guide
AgeCommit message (Collapse)Author
2026-02-09small tweaks to ghidra import docs, sort items to match exporrt and add link ↵Jordan Wiens
to ghidra docs on importing
2026-02-07Ghidra export docsJosh Ferrell
2026-02-07Rename corePlugins.ghidraImport -> corePlugins.ghidraJosh Ferrell
2026-01-16Added Ultimate edition NDS32 architecture support.Alexander Taylor
2026-01-13Command Palette: User guide docsGlenn Smith
2025-12-24Update description for ui.recentFileLimitJosh Ferrell
2025-12-12add mention of windows defenderJordan Wiens
2025-11-29Update debug info user docsJosh Ferrell
2025-11-19Allow loading supplementary dwarf debug info from path in .gnu_debugaltlinkJosh Ferrell
2025-11-13update documentation for troubleshooting linux apparmor with snap firefoxJordan Wiens
2025-11-12link to main docs site, not devJordan Wiens
2025-11-12warp docs cleanupJordan Wiens
2025-11-11add missing image to xref docsJordan Wiens
2025-11-10add better documentation for new xref UI settingsJordan Wiens
2025-11-10fix a few missing docs linksJordan Wiens
2025-11-06final settings update for 5.2Jordan Wiens
2025-11-06Add Container Browser documentation.Brian Potchik
2025-11-04Add Ghidra import documentationJosh Ferrell
2025-11-04[WARP] Update documentation with new functionalityMason Reed
2025-10-23better documentation on open with options, also remove orphaned binexport imageJordan Wiens
2025-10-23update new instance documentation with mention of macOS differencesJordan Wiens
2025-10-23remove experimental label from binexport docsJordan Wiens
2025-10-21updated settingsJordan Wiens
2025-10-21update kernelcache scripting docsJordan Wiens
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