| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
when calling pip using bundled python on macos. This fixes installing package dependencies that use setuptools
|
|
bundled Python interpreter executable on MacOS
|
|
|
|
|
|
|
|
using bundled python
|
|
|
|
Re: #3596
|
|
Fixes Vector35/binaryninja-api#3682
|
|
|
|
|
|
|
|
BN_DISABLE_CORE_DEBUGGER environment variable
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/Vector35/debugger/issues/236.
|
|
|
|
|
|
https://github.com/Vector35/binaryninja-api/issues/3339
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scripting console
|
|
|
|
|
|
|
|
|
|
|
|
|
|
metadata.py, callingconvention.py, binaryview.py, highlevelil.py, scriptingprovider.py, types.py
Fix typehint for Union[QualifiedName, str]
|
|
Remove _mutable types
|
|
Fix linter error in scriptingprovider.py
Update workflow.py using updated paradigms and type hints
|
|
|
|
|
|
|
|
|
|
|
|
|