| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-04 | spellcheck pass on pydocs | Jordan Wiens | |
| 2024-08-04 | Add support for memory region flags propagation. | Brian Potchik | |
| 2024-08-02 | Support setting user global pointer value | Xusheng | |
| 2024-07-24 | Remove deprecated API functions. | Alexander Taylor | |
| 2024-07-22 | Add ability to modify segment flags via MemoryMap API. | Brian Potchik | |
| 2024-07-18 | MemoryMap update with new segment model. | Brian Potchik | |
| 2024-06-04 | Add CorePlatform to python api for proper subclassing | Glenn Smith | |
| 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-27 | Update load APIs to take a JSON string for options. | Brian Potchik | |
| 2024-05-22 | cleanup all outstanding sphinx RST warnings | Jordan Wiens | |
| 2024-05-19 | Make call param hints more configurable & support more param types for hint ↵ | Mason Reed | |
| deduplication | |||
| 2024-05-16 | Removed loader.architecture from py mapped view | Brandon Miller | |
| Also updated Python API docs references to loader.architecture | |||
| 2024-05-15 | Added MemoryMap C++ API. | Brian Potchik | |
| 2024-05-15 | Fix BinaryDataNotification errors when subscribed to undo notifications | Josh Ferrell | |
| 2024-05-15 | Initial MemoryMap implementation. | Brian Potchik | |
| 2024-05-14 | Fix BinaryDataNotification | Josh Ferrell | |
| 2024-05-14 | History widget | Josh Ferrell | |
| 2024-05-02 | Fix get_functions_by_name when platform is passed | Josh Ferrell | |
| 2024-05-02 | BinaryView.get_functions_by_name retrieve regardless of platform when no ↵ | Mason Reed | |
| platform passed | |||
| 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-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 | docstring hygiene maintenance in python API | Galen Williamson | |
| 2024-04-09 | Various fixes for recently added BinaryDataNotifications. | Brian Potchik | |
| 2024-04-03 | Add `importDependencies` argument to `ParseTypeString` to control library ↵ | Glenn Smith | |
| imports | |||
| 2024-04-02 | Fix external URL does not render properly in docs | Xusheng | |
| 2024-03-19 | Improve performance of BinaryView.type_archive_type_names | Glenn Smith | |
| 2024-03-14 | Add support for advanced binary search. | Brian Potchik | |
| 2024-03-14 | Fix documentation for 'get_next_valid_offset'. | Brian Potchik | |
| 2024-02-29 | link from traverse APIs to examples | Jordan Wiens | |
| 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 | |
