| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-11 | [KernelCache] Remove 'Load Selected Image and Dependencies' | Mark Rowe | |
| Fixes https://github.com/Vector35/binaryninja-api/issues/7615. The dependency loading for kernel cache images was copied from the shared cache code, and looks for `LC_LOAD_DYLIB` load commands to determine the direct dependencies of an image. Images in kernel caches don't use `LC_LOAD_DYLIB` load commands so no dependencies were ever loaded. It could, however, result in a crash. | |||
| 2025-11-11 | add missing image to xref docs | Jordan Wiens | |
| 2025-11-10 | add better documentation for new xref UI settings | Jordan Wiens | |
| 2025-11-10 | update rst doc link | Jordan Wiens | |
| 2025-11-10 | fix a few missing docs links | Jordan Wiens | |
| 2025-11-10 | fix coreversion info and add docs | Jordan Wiens | |
| 2025-11-10 | improved indentation and update formatting detection | Jordan Wiens | |
| 2025-11-10 | fix missing newlines breaking lists | Jordan Wiens | |
| 2025-11-10 | add back the light/dark toggle button | Jordan Wiens | |
| 2025-11-10 | add whitespace checking script for pydocs | Jordan Wiens | |
| 2025-11-10 | better position for sidebar toggle button | Jordan Wiens | |
| 2025-11-10 | fix small formatting in memorymap api docs | Jordan Wiens | |
| 2025-11-10 | re-add module level docs lost in docs generator refactor | Jordan Wiens | |
| 2025-11-10 | Revert various table view changes | Jordan Wiens | |
| They were not tested in time and we will address their bugs after the release | |||
| 2025-11-10 | Fix crash for psuedo views (C/Obj-C/Rust) with unknown array access expr type | Mason Reed | |
| Fixes https://github.com/Vector35/binaryninja-api/issues/7603 | |||
| 2025-11-07 | Fix crash when attempting to open an invalid file. | Brian Potchik | |
| 2025-11-06 | final settings update for 5.2 | Jordan Wiens | |
| 2025-11-06 | make cpp link relative | Jordan Wiens | |
| 2025-11-06 | expand items when selected and fix highlighting of selected tree items | Jordan Wiens | |
| 2025-11-06 | final css tweaks | Jordan Wiens | |
| 2025-11-06 | fix outline generation | Jordan Wiens | |
| 2025-11-06 | fix thread-safe overlays and improve/extract colors | Jordan Wiens | |
| 2025-11-06 | fix multiline function definitions | Jordan Wiens | |
| 2025-11-06 | add collapsing of the sidebar and ignore empty metadata and platform names | Jordan Wiens | |
| 2025-11-06 | simplify CSS, light/dark switch on auto, fix RST tables to be html | Jordan Wiens | |
| 2025-11-06 | update cppdocs to support newer doxygen versions (resolves #7439) | Jordan Wiens | |
| 2025-11-06 | Add Outlining documentation. | Brian Potchik | |
| 2025-11-06 | Add Container Browser documentation. | Brian Potchik | |
| 2025-11-06 | Add some minor Container Browser UX improvements. | Brian Potchik | |
| 2025-11-05 | [ObjC] Remove unnecesary BeginUndoActions / ForgetUndoActions | Mark Rowe | |
| The symbol creation code in `ObjCProcessor` was updated to avoid creating undo actions some time ago, but removing these calls was missed due to the timing of when the PR that introduced them was merged. | |||
| 2025-11-05 | [WARP] Bump parser version to 1.0.1 | Mason Reed | |
| 2025-11-05 | [Rust] Update open source license files | Mason Reed | |
| 2025-11-05 | [WARP] Demote server disconnect failure to warning | Mason Reed | |
| Its not critical, but I still want it to be visible when it fails | |||
| 2025-11-05 | Add overload for pixmapForBWMaskIcon with QColor | Glenn Smith | |
| 2025-11-05 | [ARM64] only extend if load is small | yrp | |
| [ARM64] remove zero extend from ubfx, ubfiz [ARM64] only zero extend fmov when needed arm64: resolve ambiguity Resolves #7307 | |||
| 2025-11-04 | Add support for Transforms to pass along metadata for display and storage. | Brian Potchik | |
| 2025-11-04 | Correct cargo fmt diff. | Alexander Taylor | |
| 2025-11-04 | Add auto downloading of project file dependencies, clean up download APIs | Josh Ferrell | |
| 2025-11-04 | Add project file dependencies | Josh Ferrell | |
| 2025-11-04 | Remove indenting APIs from Logger. These are thread unsafe by design. | Rusty Wagner | |
| Loggers are not owned by a specific thread and many are used by multiple threads. The indenting APIs could not be made to be thread safe in any way as they exist, so they have been removed. The data races caused by the indenting APIs are actually an important stability issue that could cause the indentation level to go out of bounds and crash the product. If you were using the indentation APIs, you will need to rewrite the usage to manually manage the indentation level in a thread safe way. | |||
| 2025-11-04 | [WARP] Add number of matched functions to the ending log message for matching | Mason Reed | |
| Fixes https://github.com/Vector35/binaryninja-api/issues/7266 | |||
| 2025-11-04 | [MachO] Set display name of memory regions to match the segment names they ↵ | Mark Rowe | |
| correspond to | |||
| 2025-11-04 | Update FilterEdit and FilterTarget to preserve existing selections | Mark Rowe | |
| The down and enter keys now preserve an existing selection in the associated list or table views, rather than unconditionally selecting or activating the first item. | |||
| 2025-11-04 | Add Ghidra import documentation | Josh Ferrell | |
| 2025-11-04 | [Python] Update bitfield documentation with better wording and another example | Mason Reed | |
| 2025-11-04 | [WARP] Update documentation with new functionality | Mason Reed | |
| 2025-11-04 | [WARP] Return existing source id when adding a file to a disk container | Mason Reed | |
| Removes the need to book keep on the caller side | |||
| 2025-11-04 | [WARP] Use enterprise download provider when available | Mason Reed | |
| This allows connections to enterprise servers without requiring the default download provider to be switched in settings | |||
| 2025-11-04 | [WARP] Update python example to fix adding a source to a "read-only" container | Mason Reed | |
| 2025-11-04 | [Python] Add virtual `bit_offset` member to the `StructureMember` and ↵ | Mason Reed | |
| clarify `bit_position` This is a helper because it is likely one dealing with bitfields knows the bit offset, rather than the bit position, so this can be used instead. | |||
