| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-25 | Remove From Conf<Ref<Type>> impl for BNTypeWithConfidence | Rubens Brandao | |
| 2024-04-25 | Removed unused function in base detection | Brandon Miller | |
| 2024-04-25 | Changed meaning of base detection results table | Brandon Miller | |
| Now the results table consists of a high level report on number of hits per POI type for each candidate base address. The rebase address LineEdit is auto-populated when the user clicks on a row | |||
| 2024-04-25 | Base detection rebase navigation improvement | Brandon Miller | |
| Now is able to correctly navigate from raw triage summary to mapped linear view when starting analysis from the identified base address | |||
| 2024-04-25 | Using ParseExpression to parse numeric inputs | Brandon Miller | |
| 2024-04-25 | Moved TryReadPointer to core BinaryReader class | Brandon Miller | |
| 2024-04-25 | Simplified base address detection UI | Brandon Miller | |
| Moved advanced settings to expandable group and no longer display results items until analysis completes | |||
| 2024-04-25 | Hiding base detection results widgets before run | Brandon Miller | |
| 2024-04-25 | Querying candidate base address reasons | Brandon Miller | |
| Querying vector of reason information for a candidate base address using the new core API | |||
| 2024-04-25 | Base address detection widget in Triage view | Brandon Miller | |
| Initial implementation of base address detection UI widget in triage summary | |||
| 2024-04-25 | Fix non-escaped CStr | Rubens Brandao | |
| 2024-04-25 | Automatically update the element count when the type is changed in the ↵ | Xusheng | |
| create array dialog. Fix https://github.com/Vector35/binaryninja-api/issues/5284 | |||
| 2024-04-24 | improve guide description of views | Jordan Wiens | |
| 2024-04-24 | improve traverse examples | Jordan Wiens | |
| 2024-04-24 | improve traverse concepts examples | Jordan Wiens | |
| 2024-04-24 | add binaryview to important concepts | Jordan Wiens | |
| 2024-04-24 | Define symtab in elf raw view | Josh Ferrell | |
| 2024-04-24 | Do not define symbols from mapping symbols | Josh Ferrell | |
| 2024-04-24 | add missing documentation for interaction APIs and some normalization of ↵ | Jordan Wiens | |
| phrasing. Resolves #5317 | |||
| 2024-04-23 | initial advanced binary search documentation | Jordan Wiens | |
| 2024-04-23 | compress additional documentation images for more space savings | Jordan Wiens | |
| 2024-04-22 | Fix pdb compile on Free edition | Glenn Smith | |
| 2024-04-22 | Public release of PDB parser plugin | Glenn Smith | |
| 2024-04-21 | Improve type hints for many __getitem__ impls | Josh Ferrell | |
| 2024-04-20 | Add Segment and Section serialization helpers for load with options. | Brian Potchik | |
| 2024-04-19 | added documentation to mainthread package explaining the worker queues; ↵ | Galen Williamson | |
| added documentation to BackgroundTask and BackgroundTaskThread | |||
| 2024-04-19 | fixed class docstrings in enterprise.py and typearchive.py | Galen Williamson | |
| 2024-04-19 | docstring hygiene maintenance in python API | Galen Williamson | |
| 2024-04-17 | Update bin_info.py example | Josh Ferrell | |
| 2024-04-17 | updated bin_info plugin | Jordan Wiens | |
| 2024-04-17 | remove unnecessary transmutions | Rubens Brandao | |
| 2024-04-17 | fix leak creation of invalid BinaryView handle | Rubens Brandao | |
| 2024-04-17 | remove unecessary and crash causing zeroed call inits | Rubens Brandao | |
| 2024-04-17 | use Ref to own types | Rubens Brandao | |
| 2024-04-17 | allow DataVariable and NameAndType to be transmutable | Rubens Brandao | |
| 2024-04-16 | add guard to array with unbound return types | Rubens Brandao | |
| 2024-04-16 | remove recursive conversion for Metadata | Rubens Brandao | |
| 2024-04-16 | Adds a GitHub action that runs `cargo check` and `cargo clippy` on incoming ↵ | KyleMiles | |
| PRs that modify anything in the ./rust folder This will make it a lot easier to approve PRs that don't have breaking API changes | |||
| 2024-04-16 | Update README.md with new links to arch and binary view typs plugins. Fix ↵ | Xusheng | |
| https://github.com/Vector35/binaryninja-api/issues/5278 | |||
| 2024-04-15 | Fix TE view PerformGetEntryPoint | Brandon Miller | |
| 2024-04-14 | fix metadata impl From lists | Rubens Brandao | |
| 2024-04-12 | Prevent slowdown when compiling with clang on not mac | Josh Ferrell | |
| 2024-04-12 | Bump UI ABI Version | kat | |
| 2024-04-12 | Update the Typelib Explorer API Example to support new Sidebar orientations ↵ | kat | |
| + Pane usage | |||
| 2024-04-12 | Add DTBWCW::setCornerWidget option to have corner widget stretch instead of tabs | kat | |
| 2024-04-12 | Fix Setting docstring table | Josh Ferrell | |
| 2024-04-11 | Change default paddingCols value to 64 | Glenn Smith | |
| 80 would have made sense if it were characters, but blocks of 0x50 bytes just look plain weird | |||
| 2024-04-11 | Rename lineWidth -> paddingCols in GetTypeLines() | Glenn Smith | |
| This is a more accurate name for what the parameter actually does. Documentation was improved as well. | |||
| 2024-04-11 | Update sidebar widget and view quiescing API. | Brian Potchik | |
| 2024-04-11 | guard DisassemblyTextLine Drop against null ptr | Rubens Brandao | |
