| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-26 | fix plugincommand docs | Jordan Wiens | |
| 2024-02-23 | update debugger user docs URL in API docs | Jordan Wiens | |
| 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-02-19 | Clean up type archives docs | Glenn Smith | |
| 2024-02-13 | Rename ExternalLocation APIs to be more clear, add ExternalLocation and ↵ | Josh Ferrell | |
| ExternalLibrary API documentation | |||
| 2024-02-07 | Type Archives | Glenn Smith | |
| 2024-02-07 | Add ImportTypeLibraryTypeByGuid API and dialog | Peter LaFosse | |
| 2024-02-06 | Prevent crash in BinaryView.get_external_locations | Josh Ferrell | |
| 2024-02-02 | Fix import_com_type_for_guid for windows x64 | Peter LaFosse | |
| 2024-02-01 | Adds `BinaryView.check_for_string_annotation_type`; Adds ergonomic way of ↵ | KyleMiles | |
| retrieving string from ConstPtr IL instructions; Resolves #4144 | |||
| 2024-01-24 | fix typo on data refs API documentation | Jordan Wiens | |
| 2024-01-22 | Project support | Josh Ferrell | |
| 2024-01-15 | Add APIs for getting the the base Metadata object for BinaryViews and ↵ | Peter LaFosse | |
| TypeLibraries | |||
| 2024-01-12 | Add some helpers for reading guid/uuids | Peter LaFosse | |
| 2024-01-08 | update copyright year | Jordan Wiens | |
| 2024-01-05 | Add a new API to get the original image base of the binary view. Fix ↵ | Xusheng | |
| https://github.com/Vector35/binaryninja-api/issues/4861 | |||
| 2024-01-04 | add warning for session_data being ephemeral to docs | Jordan Wiens | |
| 2024-01-04 | Add local label symbol type to always prioritize normal local symbols over ↵ | Rusty Wagner | |
| compiler generated labels | |||
| 2023-11-30 | short circuit exception handling for mlil/hlil_functions | Jordan Wiens | |
| 2023-11-30 | Revert "fix copy/pasta in variable name" | Alexander Taylor | |
| This reverts commit 15ddcf7763854a57c727b5c7391b7407f595547e. The original variable names were correct. | |||
| 2023-11-30 | skip functions exceeding analysis limits in hlil/mlil_function helpers ↵ | Jordan Wiens | |
| instead of causing an exception | |||
| 2023-11-30 | scale AdvancedILFunction preloading based on worker thread count instead 5 | Jordan Wiens | |
| 2023-11-30 | fix copy/pasta in variable name | Jordan Wiens | |
| 2023-11-24 | Add Symbolic symbols type. | Brian Potchik | |
| 2023-11-07 | Make non "if_available" il accessors throw ILException, create exceptions.py ↵ | Josh Ferrell | |
| for custom exception types | |||
| 2023-11-06 | Type Containers: API Docs | Glenn Smith | |
| 2023-11-06 | Type Browser | Glenn Smith | |
| 2023-11-06 | Type Containers | Glenn Smith | |
| 2023-11-02 | Ensure Type objects are created correctly everywhere and add guardrail | Peter LaFosse | |
| 2023-10-25 | Remove unnecessary error from get_tag_type. | Alexander Taylor | |
| 2023-10-18 | add rebase API example | Jordan Wiens | |
| 2023-09-20 | standardize deprecation format and linkify suggestions | Jordan Wiens | |
| 2023-09-18 | Fix BinaryViewType.load does not return the created binary view. Fix ↵ | Xusheng | |
| https://github.com/Vector35/binaryninja-api/issues/4632 | |||
| 2023-09-11 | Fix memory leak in functions calling BNCreateUserFunction | Xusheng | |
| 2023-09-05 | fix formatting of BinaryDataNotification note | Jordan | |
| 2023-09-02 | Fix python BinaryView instance refcounting. | Brian Potchik | |
| 2023-08-23 | typelibrary: add methods for dependency info | Ryan Snyder | |
| 2023-08-17 | The load API now returns None for an invalid handle. | Brian Potchik | |
| 2023-08-17 | Ensure consistent lifetimes for UI-accessible BinaryView instances in Python. | Brian Potchik | |
| 2023-08-17 | Remove deprecation of BinaryView and BinaryViewType open APIs. | Brian Potchik | |
| 2023-08-16 | Handle case where __init__ on BinaryDataNotifications base class is not ↵ | Brian Potchik | |
| called by the derived class. (skip-ci) | |||
| 2023-08-16 | Add DefineUserTypes to Rust/Python (+ fix return type) | Glenn Smith | |
| 2023-08-16 | Add some convenience flags to NotificationType. | Brian Potchik | |
| 2023-08-15 | Fix potential crash with register_notification and add support for ↵ | Brian Potchik | |
| notification_barrier requests. | |||
| 2023-08-12 | Fix typo in components callbacks. | Brian Potchik | |
| 2023-08-11 | Add notification_barrier support and ability to selectively enable ↵ | Brian Potchik | |
| notification callbacks to python API. | |||
| 2023-08-10 | Add OnNotificationBarrier callback and the ability to selectively enable ↵ | Brian Potchik | |
| notification callbacks. | |||
| 2023-07-26 | Properly set DisassemblySettings like WaitForIL while doing text and ↵ | Xusheng | |
| constant search. Fix https://github.com/Vector35/binaryninja-api/issues/3954 | |||
| 2023-07-25 | small pydoc fixes in navigate APIs | Jordan Wiens | |
| 2023-07-12 | Fix a failure that occured when passing load/BinaryView.load raw data | kat | |
