summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2025-09-22Fix numbering in Enterprise client and server licenses.Alexander Taylor
1. In the client license, we refer to sections "6 through 14" in section 2, but there are only 13 sections. This has been updated. 2. In the server license, an extra newline caused numbering to be wrong for all other sections past section 3. This has been corrected.
2025-09-11Docs grammar and spelling fixesJosh Ferrell
2025-09-11Update docs around behavior of "Save As"Josh Ferrell
2025-09-09Docs: Better explanations of using IL labelsGlenn Smith
2025-09-09IL Modifying docs: Add section on labels and GOTOsGlenn Smith
2025-08-29Update docs for new theme colorsRusty Wagner
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-08-19Add platform support to workflow eligibility.Brian Potchik
2025-08-13make type library questions headersJordan Wiens
2025-08-12Docs: fix example descriptionsGlenn Smith
2025-08-12Docs: use new log apiGlenn Smith
2025-08-12Docs: reorder to have python first in multi-lang sectionsGlenn Smith
2025-08-12Docs: Note about AnalysisContext vs FunctionGlenn Smith
2025-08-01Update IL modification docsGlenn Smith
2025-07-31fix a recursion bug in the tabsyncingJordan Wiens
2025-07-31support for multi-language code block tab syncingJordan Wiens
2025-07-28add open source to core licensesJordan Wiens
2025-07-28fix rust license documentationJordan Wiens
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-17Initial documentation for guided analysis feature. (skip-ci)Brian Potchik
2025-07-17Modifying IL docs: Restructure and add some sectionsGlenn Smith
2025-07-17Updates to IL modification docs for objc/typoGlenn Smith
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-16Docs for IL modificationGlenn Smith
2025-07-16Revert "update docs for backtick and python console, resolves #6816"Jordan Wiens
This reverts commit 5d92c427fdb16e0b167b88eb53f61693cd67c535.
2025-07-16add scc to open source documentation, resolves #7098Jordan Wiens
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-25Update CXX_STANDARD to 20.Alexander Taylor
Also update minimum CMake version.
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-05-20fix error in debug report exampleJordan Wiens
2025-05-20add missing debug report imageJordan Wiens