| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-19 | Fix font in triage imports list | Josh Ferrell | |
| 2024-09-13 | Ultimate. | Alexander Taylor | |
| 2024-08-11 | Fix crash in triage view when opening with no default calling convention | Mason Reed | |
| 2024-08-06 | Fix crash in triage view if binary view has no default platform | Mason Reed | |
| 2024-08-02 | Support setting user global pointer value | Xusheng | |
| 2024-07-18 | MemoryMap update with new segment model. | Brian Potchik | |
| 2024-07-03 | Remove all places where the code checks for the view name "Debugger" | Xusheng | |
| 2024-06-04 | BASE rebase navigation for non-mapped views | Brandon Miller | |
| 2024-06-04 | Display BASE widget for all file types | Brandon Miller | |
| Display BASE widget in Triage:Raw (all types) and Triage:Mapped | |||
| 2024-05-28 | Solved issue #1180 by adding new APIs | Zichuan Li | |
| 1. Add two new APIs for multiple entry functions `GetAllAnalysisEntryFunctions` and `AddToEntryFunctions` 2. Add Python APIs `entry_functions` and `add_to_entry_functions`. `entry_functions` resturns a list of functions, which supports parsing functions in `init_array`, `fini_array` and TLS callbacks. 3. Modify bin-info, it now prints all entry functions | |||
| 2024-05-23 | Fix building background_task example plugin on headless | Mason Reed | |
| 2024-05-22 | Add background task example plugin | Mason Reed | |
| Clarify BackgroundTask functionality (skip-note, skip-ci) Providing clear documentation so it is understood that background tasks do not manage the execution of said the task. Add background_task plugin to examples section | |||
| 2024-05-17 | Update C++ example code to use BinaryNinja::Load to open a file. Fix ↵ | Xusheng | |
| https://github.com/Vector35/binaryninja-api/issues/5429 | |||
| 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 | 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 | |||
| 2023-12-06 | Add LLIL/MLIL instructions to describe integer vs. floating point argument usage | Rusty Wagner | |
| 2023-12-02 | TriageView Check for valid indexes before navigating to them | Peter LaFosse | |
| 2023-11-16 | Special color for exported symbols | Glenn Smith | |
| Imports have their own color, so exports can too | |||
| 2023-11-03 | Add support for showing compiler information in the triage summary | Peter LaFosse | |
| 2023-09-25 | Remove implicit dependencies to fix new warning in latest Xcode | Rusty Wagner | |
| 2023-09-19 | Extract class CopyableLabel to an independent file. Fix ↵ | Xusheng | |
| https://github.com/Vector35/binaryninja/issues/525 and https://github.com/Vector35/binaryninja-api/issues/4630 | |||
| 2023-09-18 | Search in the imports/exports in the triage view also checks the ordinal ↵ | Xusheng | |
| number. Fix https://github.com/Vector35/binaryninja-api/issues/4590 | |||
| 2023-09-11 | Fix BinaryView leak on rebase when triage view is enabled | Peter LaFosse | |
| 2023-08-25 | Use new macro, old one is deprecated. | Alexander Taylor | |
| 2023-08-10 | Add OnNotificationBarrier callback and the ability to selectively enable ↵ | Brian Potchik | |
| notification callbacks. | |||
| 2023-03-16 | Fix triage view crashing when GetDefaultPlatform() is null | Glenn Smith | |
| 2023-03-10 | Make Enterprise C++ API more clear. | Alexander Taylor | |
| 2023-02-19 | Account for BinaryData::Ctor potentially failing | Glenn Smith | |
| 2023-02-08 | Remove ifdefs for Qt 5 support. | Alexander Taylor | |
| 2023-01-23 | Warning cleanup | Rusty Wagner | |
| 2023-01-05 | added string list for triage view | op2786 | |
| 2023-01-05 | fix for outdated addresses after rebasing in triage view | op2786 | |
| 2023-01-05 | set address color to AddressColor for import and export tree | op2786 | |
| 2022-12-08 | Triage view: update exports list when functions change | Glenn Smith | |
| 2022-11-30 | Triage View: show typelib status of imports | Glenn Smith | |
| 2022-11-20 | Initial constant expression builtin outliner. | Brian Potchik | |
| 2022-11-10 | Include C++ standard headers | Christian Blichmann | |
| When compiling in C++ mode, the C++ standard library headers should be included instead of their C counterparts. Drive-by: - Removed include of `json/json.h` from `settings.cpp`, where it was not used | |||
| 2022-11-10 | Fix rendering of code lines when scrolling right, fix TokenizedTextView example | Rusty Wagner | |
| 2022-10-12 | [Enterprise] C++ api and example | Glenn Smith | |
| 2022-09-29 | Add 'Libraries' group to Triage summary | Peter LaFosse | |
| 2022-08-31 | update triage view copying fields | Jordan Wiens | |
| 2022-08-08 | Use BinaryNinja::GetBundledPluginPath() to get the bundled plugin path. ↵ | Xusheng | |
| Close https://github.com/Vector35/binaryninja-api/issues/2982. | |||
| 2022-07-04 | Default triage offset to bv entry | Josh F | |
| 2022-06-09 | Remove built-in workflow docs and objectivec example. | Brian Potchik | |
