| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
future version marker
|
|
|
|
|
|
Function.explicitly_defined_type in favor of Function.has_explicitly_defined_type
|
|
|
|
|
|
|
|
Print a warning message when a deprecated function/property/class is used
|
|
|
|
|
|
|