index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
install_api.py
Age
Commit message (
Expand
)
Author
2024-10-14
add force option to install_api script
Jordan Wiens
2024-05-24
ensures python site package dir exists
deadc0de6
2023-12-22
add more documentation about specifying the full path for install_api.py
Jordan Wiens
2023-10-02
better explanation in top matter of install_api example script
Jordan Wiens
2023-03-06
install_api.py: fix None returns when getting expected binaryninja installed ...
d0now
2023-03-06
install_api.py: add credit for original script.
d0now
2023-03-06
install_api.py: add argparse interface, refactoring, support pyenv.
d0now
2022-07-18
Fix prefix comparison logic for virtual environment detection
d0now
2022-07-06
remove failure case for virtual detection since it is now automatic
Jordan
2022-07-06
Removed -v; now autodetects an active venv
Noah Kritz
2022-05-14
require py3 for install_api script
Jordan Wiens
2022-05-14
remove more vestigal py2 code
Jordan Wiens
2022-04-28
Fix install_api.py checking for binaryninjaui by importing it in headless
Glenn Smith
2022-04-25
allow pth for pyside with 3.10 support
Jordan Wiens
2022-01-28
Format All Files
KyleMiles
2021-08-13
use py3 for install script by default
Jordan Wiens
2021-08-13
adding pth uninstallation to install api script and linux setup script
Jordan Wiens
2020-11-19
add executable permission to linux installer scripts
Xusheng
2020-10-06
enable binaryninjaui for python 3.9
Jordan Wiens
2020-04-15
Improved installation process for venv
Ben Demick
2020-03-30
Added warning message
3pidemix
2020-03-30
Enable use within a venv
3pidemix
2019-12-18
Update to Qt 5.14.0
Rusty Wagner
2019-11-19
Don't install PySide2 into python path if it's not compatible with that versi...
Rusty Wagner
2019-06-13
simplify path location and fix for windows user-installs for install_api.py
Jordan Wiens
2019-05-09
warning for older pth files not including ui paths and install script now upd...
Jordan Wiens
2019-05-07
fix install script to only add appropriate python 2/3 UI libraries
Jordan Wiens
2019-04-09
add py2 and py3 folders when installing to the python path for the new UI plu...
Jordan Wiens
2019-01-17
Update Linux install scripts.
Brian Potchik
2019-01-09
Fixed install_api.py for virtualenv
Josh Watson
2018-11-29
Updates for Python3 headless install.
rmspeers
2018-11-26
convert core_serial, version, build_id ando thers to methods
Jordan Wiens
2018-07-10
Various Python 3 support changes
KyleMiles
2017-05-23
update install_api to use user directories by default
Jordan Wiens
2017-05-19
add install_api script based on @withzombies script
Jordan Wiens