| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement detailed_operands for both, add visitors for both.
Improve consistency of type_name field of detailed_operands in MLIL
|
|
user-implemented methods. Fix https://github.com/Vector35/binaryninja-api/issues/4152
|
|
|
|
when calling pip using bundled python on macos. This fixes installing package dependencies that use setuptools
|
|
|
|
|
|
|
|
|
|
True to continue the action
|
|
bundled Python interpreter executable on MacOS
|
|
|
|
|
|
|
|
|
|
|
|
using bundled python
|
|
|
|
|
|
|
|
|
|
C++ API
|
|
|
|
Component.function_list, .data_variable_list
|
|
|
|
|
|
|
|
To make possible the next commit
|
|
|
|
|
|
future version marker
|
|
|
|
|
|
|
|
|
|
|
|
analysis callbacks.
|
|
Fix for #3842.
|
|
Fixes #3842.
|
|
Add 'Optional' type hint to `seek`
|
|
Adds a `whence` parameter to BinaryReader.seek which behaves similarly
to FileObjects seek method, but defaults to 0, keeping backwards
compatibility.
|
|
Function.explicitly_defined_type in favor of Function.has_explicitly_defined_type
|
|
|