| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-15 | [Python API] Replace bare "except:" with "except Exception:" to fix signal ↵ | Josh Ferrell | |
| propagation | |||
| 2026-01-20 | Other changes related to handling null strings. | Alexander Taylor | |
| This fixes the incorrect type hint and the other instance of the function. It also looks like type parsing could have the same issue, so I've updated that as well. | |||
| 2026-01-01 | update copyrights for 2026 | Jordan Wiens | |
| 2025-11-21 | Add get and __contains__ methods to all *MetaClass | Peter LaFosse | |
| Fixes: https://github.com/Vector35/binaryninja-api/issues/7588 | |||
| 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 | |
| 2024-07-24 | Remove deprecated API functions. | Alexander Taylor | |
| 2024-06-04 | Add CorePlatform to python api for proper subclassing | Glenn Smith | |
| 2024-04-03 | Switch TypeParser to use TypeContainer for its external type source | Glenn Smith | |
| 2024-02-08 | Revert "Convert some assertions to raise ValueError in NTR creation" | Peter LaFosse | |
| This reverts commit bae3056d1bed0331a466ea19dedfca68bc023232. | |||
| 2024-02-08 | Convert some assertions to raise ValueError in NTR creation | Peter LaFosse | |
| 2024-01-08 | update copyright year | Jordan Wiens | |
| 2023-07-20 | Add BNGetDefaultTypeParser API. | Alexander Taylor | |
| 2023-06-27 | Deprecate standalone preprocess API function. | Alexander Taylor | |
| 2023-01-05 | Update copyright to 2023 | Josh F | |
| 2022-12-23 | Fixed missing newlines before `:param` in docstrings | Galen Williamson | |
| This was causing the generated html to not show the param lines correctly. | |||
| 2022-11-11 | Extra options for type parsers | Glenn Smith | |
| 2022-09-29 | Fix TypeParserResult annotated type | Glenn Smith | |
| 2022-05-25 | Add BinaryView::ParseTypesFromSource for clang+typelibs | Glenn Smith | |
| 2022-05-23 | Fix TypeParserResult type hint | Peter LaFosse | |
| 2022-05-11 | Clang+TypeParser APIs | Glenn Smith | |
