summaryrefslogtreecommitdiff
path: root/docs/img
AgeCommit message (Collapse)Author
2026-04-08compress container browser previewJordan Wiens
2026-04-08update container browser previewJordan Wiens
2026-03-26[WARP] More documentation updates and python examplesMason Reed
2026-03-13add initial quark arch docs and fix up pages with invalid TOCsJordan Wiens
2026-01-13Command Palette: User guide docsGlenn Smith
2025-11-10add better documentation for new xref UI settingsJordan Wiens
2025-11-06Add Outlining documentation.Brian Potchik
2025-11-06Add Container Browser documentation.Brian Potchik
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-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 function settings context menu documentation after UI changesJordan Wiens
2025-07-21Update WARP documentationMason Reed
2025-07-17Initial documentation for guided analysis feature. (skip-ci)Brian Potchik
2025-07-16Docs for IL modificationGlenn Smith
2025-07-15add binexport to open source docsJordan Wiens
update plugin documentation now that binexport is shipped add binexport documentation
2025-07-04EFI Resolver user guide documentationBrandon Miller
2025-06-23Allow sidebar icons to be hiddenRusty Wagner
2025-06-23add image for update dialogJordan Wiens
2025-05-23Add UI action and API to control expression foldingRusty Wagner
2025-05-20add missing debug report imageJordan Wiens
2025-04-16Updated docs images with actual dark theme this timeGlenn Smith
2025-04-16Kernel cache docs imagesGlenn Smith
2025-04-16DSC docs: make images follow themeGlenn Smith
2025-04-16[SharedCache] Update user documentationMason Reed
2025-04-09Add docs for union field resolution; Resolves #6578ElykDeer
2025-04-03compress fwn doc imagesJordan Wiens
2025-04-03Firmware Ninja user guide documentationBrandon Miller
2024-11-25Add a concepts diagram to the Workflow docs.Alexander Taylor
2024-11-19lots of formatting cleanup on workflow docsJordan Wiens
2024-11-16add user docs for dlyd shared cacheJordan Wiens
2024-11-16compress docs imagesJordan Wiens
2024-11-16Update documentation for the Workflows feature.Brian Potchik
2024-11-03Add docs for plugin status widgetKyleMiles
2024-10-22add mention of popup xrefs to migration documentationJordan Wiens
2024-07-16add history UI documentationJordan Wiens
2024-07-09Merge the Enterprise docs in with everything else.Alexander Taylor
2024-07-09re-order triage items and number imageJordan Wiens
2024-07-05add tooltip docsJordan Wiens
2024-07-05add triage summary and byte overview docsJordan Wiens
2024-05-16add additional debug info documentationJordan Wiens
2024-05-13Move collaboration to coreJosh Ferrell
2024-04-24improve traverse concepts examplesJordan Wiens
2024-04-23initial advanced binary search documentationJordan Wiens
2024-04-23compress additional documentation images for more space savingsJordan Wiens
2024-02-234.0 documentationJordan Wiens
- Refactored Type Documentation - Added Projects - Added Type Archives - Added New Sidebar Documentation - Added String Concepts - Added Light/Dark Mode - Added New Tab Documentation - Added BNIL Guide: HLIL docs - Added new cookbook examples - Added migration guide - Added script for building docsets - Added documentation for themes - Updated all images to Ninja Edit - API Docs : Documents BasicBlockEdge and BasicBlock - API Docs : Documents CoreVariable, Variable, and VariableNameAndType - API Docs : Corrects note on `BinaryView.update_analysis` and `BinaryView.update_analysis_and_wait` to represent that analysis is run by default for you now. - Many, many other changes
2024-02-13remove leftover images no longer in useJordan Wiens
2024-02-13Add documentation for Merge Variables dialogPeter LaFosse
2023-05-10adding UIDF documentation and small restructure to developer menu layoutJordan Wiens
2023-05-01Update import-bndb imagePeter LaFosse