| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-03 | Move this api for consistency | Glenn Smith | |
| Sorry if you were using it (99.99% chance you weren't) | |||
| 2023-01-03 | Allow specifying snapshot name in SaveSettings | Glenn Smith | |
| 2023-01-03 | Add Snapshot::SetName api | Glenn Smith | |
| 2023-01-03 | Add instruction attributes to IL instructions | Rusty Wagner | |
| 2023-01-03 | Function inlining | Rusty Wagner | |
| 2023-01-03 | Add `replace_expr` to MLIL/HLIL in Python API | Xusheng | |
| 2022-12-26 | Add listeners for symbol events in linear view | Josh Ferrell | |
| 2022-12-23 | fixed broken docstring links in binaryview.py | Galen Williamson | |
| 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-12-23 | correct usage of `BNSetUserCallTypeAdjustment` in ↵ | Galen Williamson | |
| `Function.set_call_type_adjustment`. Fixes #3503 | |||
| 2022-12-23 | Minor fix for API function names | Xusheng | |
| 2022-12-23 | Fix import_library_type and import_library_object passing wrong type of ↵ | Xusheng | |
| arguments into the core. Fix https://github.com/Vector35/binaryninja-api/issues/3755 | |||
| 2022-12-22 | Fix getting constant data from HighLevelILConstData | Josh Ferrell | |
| 2022-12-22 | Fix many incorrect type hints and type errors | Josh Ferrell | |
| 2022-12-22 | Add LowLevelILFunction documentation | kat | |
| Arrakis can have a little LowLevelILFunction documentation, as a treat | |||
| 2022-12-22 | cleanup some docs, including better explanation of code refs and data refs | Jordan Wiens | |
| 2022-12-22 | Properly detect function header in flow graph widget. Fix ↵ | Xusheng | |
| https://github.com/Vector35/binaryninja-api/issues/3753 | |||
| 2022-12-21 | Expose get_next_valid_offset in python api | Josh Ferrell | |
| 2022-12-21 | Clearer documentation on 'GetData/CodeReferences' functions | kat | |
| 2022-12-21 | Add support for adding magic values into expression parser | Xusheng | |
| 2022-12-16 | Add new "Create Array" dialog | Jon Palmisciano | |
| 2022-12-16 | Use .length method to get the length of a Section object and deprecate ↵ | Xusheng | |
| len(). Fix https://github.com/Vector35/binaryninja-api/issues/3634 | |||
| 2022-12-14 | Support multiple files and importing function in header import dialog | Peter LaFosse | |
| 2022-12-14 | Add LoggerRef | Peter LaFosse | |
| 2022-12-14 | Support disabling the debugger plugin shipped with BN by setting ↵ | Xusheng | |
| BN_DISABLE_CORE_DEBUGGER environment variable | |||
| 2022-12-13 | fix incorrect link | Jordan | |
| 2022-12-13 | notes on disabling logging | Jordan | |
| 2022-12-08 | Fix capitalization on C++ API docs index | Jon Palmisciano | |
| 2022-12-08 | Change type from array->string. | Sean Deaton | |
| `enum` seems to be the list of strings that are possible values. When the type is set to `array` and `enum` is present, Settings fails to load. Additionally, I could not find any examples of Settings where the type is set `array` and `enum` is added. I confirmed that the list of strings defined in `enum` populate a drop down list when the `type` is set to `string`. | |||
| 2022-12-08 | Triage view: update exports list when functions change | Glenn Smith | |
| 2022-12-06 | Update issue templates. | Alexander Taylor | |
| 2022-12-05 | Fix crash when symbols list fetch is still running when find/address dialog ↵ | Rusty Wagner | |
| is dismissed | |||
| 2022-12-02 | Update linear view header spacing | Josh Ferrell | |
| 2022-12-01 | Revert commenting out of this macro | Glenn Smith | |
| This was the culprit that was breaking the generator for core type parser, but that uses clang and doesn't have the weird race condition where it breaks anymore. Also this comment was a mistake so whoops | |||
| 2022-11-30 | [Rust API] BinaryView.get_types() etc | Glenn Smith | |
| 2022-11-30 | Triage View: show typelib status of imports | Glenn Smith | |
| 2022-11-30 | Type library C++ api & import recording | Glenn Smith | |
| 2022-11-30 | Add sticky header to linear view | Josh Ferrell | |
| 2022-11-29 | generator.cpp: Don't even create a temp file, just use ephemeral | Glenn Smith | |
| 2022-11-29 | generator.cpp: Use temporary Settings to prevent typeparser race | Glenn Smith | |
| 2022-11-28 | Update docs for signatures folder in user dir | Josh Ferrell | |
| 2022-11-28 | Faster hashing of rapidjson values | Josh Ferrell | |
| 2022-11-27 | Fix clang warnings | Josh Ferrell | |
| 2022-11-27 | Use windows workaround for GetObject | Josh Ferrell | |
| 2022-11-27 | Add workaround from https://github.com/Tencent/rapidjson/pull/1877 | Josh Ferrell | |
| 2022-11-27 | Revert rapidjson SIMD | Josh Ferrell | |
| 2022-11-27 | Add support for finding rapidjson member from string | Josh Ferrell | |
| 2022-11-27 | Implement hash function for rapidjson values | Josh Ferrell | |
| 2022-11-27 | Enable rapidjson SIMD support | Josh Ferrell | |
| 2022-11-25 | Use c_char in FFI for better compatibility | Rusty Wagner | |
