summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2026-02-11update language in privacy docJordan Wiens
2026-02-11add explicit online privacy documentationJordan Wiens
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-20Update container transform docs.Brian Potchik
2026-01-16Added Ultimate edition NDS32 architecture support.Alexander Taylor
2026-01-13Command Palette: User guide docsGlenn Smith
2026-01-12Add language about workflow ephemerality. (skip-ci)Brian Potchik
2025-12-24Update description for ui.recentFileLimitJosh Ferrell
2025-12-15clarify ui pluginsJordan Wiens
2025-12-12add mention of windows defenderJordan Wiens
2025-12-11add script for validating white space in mkdocs, and many whitespace fixesJordan Wiens
2025-12-11Fix misc formatting in docs (#7773)utkonos
2025-11-29Update debug info user docsJosh Ferrell
2025-11-25Update to Qt 6.10.1Rusty Wagner
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-10update rst doc linkJordan Wiens
2025-11-10fix a few missing docs linksJordan Wiens
2025-11-10fix coreversion info and add docsJordan Wiens
2025-11-06final settings update for 5.2Jordan Wiens
2025-11-06Add Outlining documentation.Brian Potchik
2025-11-06Add Container Browser documentation.Brian Potchik
2025-11-05[Rust] Update open source license filesMason Reed
2025-11-04Add Ghidra import documentationJosh Ferrell
2025-11-04[Python] Update bitfield documentation with better wording and another exampleMason Reed
2025-11-04[WARP] Update documentation with new functionalityMason Reed
2025-10-30Add licenses for ghidra importJosh Ferrell
2025-10-30Add file and database loading examples to Python cookbook (#7508)Copilot
2025-10-23Alert users to the fact that there is no real character type.Mason Reed
2025-10-23Update developer documentation for creating bitfieldsMason 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-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