| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-14 | Refine FileMetadata display name APIs and update UI consumers. | Brian Potchik | |
| 2026-04-15 | [Python API] Replace bare "except:" with "except Exception:" to fix signal ↵ | Josh Ferrell | |
| propagation | |||
| 2026-02-06 | Add FileMetadata::GetDisplayName API to convey synthesized filenames for ↵ | Brian Potchik | |
| container file entries. | |||
| 2026-01-30 | Improve filename handling for container files. | Brian Potchik | |
| 2026-01-01 | update copyrights for 2026 | Jordan Wiens | |
| 2025-12-11 | Remove misc stray backticks in python docs (#7776) | utkonos | |
| 2025-09-30 | Initial support for opening container formats. | Brian Potchik | |
| 2025-08-01 | Use log_error_for_exception in the Python API to pass tracebacks in the ↵ | Rusty Wagner | |
| stack trace associated with log messages, instead of creating large mutli-line messages for every exception | |||
| 2025-03-28 | missed the older dates! | Jordan Wiens | |
| 2025-02-18 | Add BinaryView.forget_undo_actions | Glenn Smith | |
| Closes Vector35/binaryninja-api#6430 | |||
| 2024-07-24 | Remove deprecated API functions. | Alexander Taylor | |
| 2024-05-14 | History widget | Josh Ferrell | |
| 2024-04-19 | docstring hygiene maintenance in python API | Galen Williamson | |
| 2024-03-25 | Docs note for original_filename with projects | Brandon Miller | |
| 2024-02-23 | 4.0 documentation | Jordan 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-01-22 | Project support | Josh Ferrell | |
| 2024-01-11 | Expose the BinaryView::ForgetUndoActions API and use avoid undo actions ↵ | Xusheng | |
| warning in the debugger | |||
| 2024-01-08 | update copyright year | Jordan Wiens | |
| 2023-07-25 | small pydoc fixes in navigate APIs | Jordan Wiens | |
| 2023-07-10 | Move binary view loading in to the core; deprecate open_view in favor of ↵ | KyleMiles | |
| load; update examples | |||
| 2023-06-08 | Undo transactions / context manager | Glenn Smith | |
| 2023-06-08 | Undo entry states and reverting | Glenn Smith | |
| 2023-03-21 | Update documentation for progress callbacks to indicate they must return ↵ | Peter LaFosse | |
| True to continue the action | |||
| 2023-02-15 | Remove legacy BNDB Merge Tool | Josh Ferrell | |
| 2023-02-09 | Update documentation to warn about creating databases in the context of ↵ | Brian Potchik | |
| analysis callbacks. | |||
| 2023-01-05 | Update copyright to 2023 | Josh F | |
| 2022-12-22 | Fix many incorrect type hints and type errors | Josh Ferrell | |
| 2022-09-15 | - send the correct type to `BNCreateDatabaseWithProgress` | verylazyguy | |
| 2022-08-09 | Add New Theme and some C++ API Documentation | kat | |
| 2022-03-16 | Add support for structured logging | Peter LaFosse | |
| 2022-01-28 | Format All Files | KyleMiles | |
| 2022-01-19 | Many type check fixes | Peter LaFosse | |
| 2022-01-17 | Make various database progress functions cancellable | Glenn Smith | |
| 2022-01-13 | Fix a bunch of core function calls with bad args | Glenn Smith | |
| 2022-01-03 | update copyright years | Jordan Wiens | |
| 2021-11-19 | Check if core is None in FileMetadata destructor | Peter LaFosse | |
| 2021-10-15 | Database python api | Glenn Smith | |
| 2021-09-24 | Use more f-strings | Peter LaFosse | |
| 2021-09-06 | Fix some unnecessary checks for handle is not None in destructors | Peter LaFosse | |
| 2021-09-06 | Fix import of log | Peter LaFosse | |
| 2021-09-05 | Refactor Python Types | Peter LaFosse | |
| Remove _mutable types | |||
| 2021-09-05 | type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py | Peter LaFosse | |
| Fix linter error in scriptingprovider.py Update workflow.py using updated paradigms and type hints | |||
| 2021-09-05 | Don't inherit from object anymore | Peter LaFosse | |
| 2021-09-05 | Add type hints to basicblock.py, lowlevelil.py, architecture.py | Peter LaFosse | |
| 2021-03-30 | Add ability to query for database backing of specific BinaryViewTypes and ↵ | Brian Potchik | |
| fix state initialization. | |||
| 2021-01-18 | updating copyright year | Jordan Wiens | |
| 2020-12-09 | Cleanup project creation and add API. | Brian Potchik | |
| 2020-11-29 | add pydoc for navigation APIs and get_address-for_data_offset | Jordan Wiens | |
| 2020-11-16 | add a unit test for loading old database | Xusheng | |
| 2020-10-16 | add unit test for deprecated BinaryViewType | Xusheng | |
| expose FileMetadata::GetExistingViews() | |||
