| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Previous commit causes failures in API documentation generation. This
builds and passes unit tests locally, hoping that will also be the case
for CI.
|
|
|
|
|
|
|
|
|
|
Fixes Vector35/binaryninja-api#6679
|
|
|
|
|
|
Return None instead of raising an ILException in Python Function.llil,
mlil, etc to allow these properties to play nice with map and filter
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #6397
|
|
|
|
|
|
This reverts commit 1699c71999d29d32aba5c9f8fea193a661a4b02b.
|
|
|
|
|
|
Attempts to partially address #6019.
|
|
Mirrors the UI code's method for handling this situation: if the variable's index field is 0, then it is a function parameter and it needs to have its value set at the function's entry point.
|
|
|
|
|
|
The culprit here is the _n class member which serves as the counter for the __next__ function. That needs to be reset when iterating through the list
|
|
Pseudo Python example plugin
|
|
|
|
|
|
|
|
https://github.com/Vector35/binaryninja-api/issues/5686
|
|
|
|
|
|
|
|
|
|
with set_int_display_type, add get_int_display_type_and_typeid, bump ABI
|
|
|
|
|
|
|
|
for custom exception types
|
|
|
|
|
|
|
|
|
|
load; update examples
|
|
|
|
|