diff options
author | vanhauser-thc <vh@thc.org> | 2024-08-20 12:49:49 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-08-20 12:49:49 +0200 |
commit | 097828391530c7858ba80024d69c4efdad2e2fb2 (patch) | |
tree | 19f5b05c6b151790c492f0d5ff0e532614c4216d | |
parent | 1689a8e053c1f73e16331bfeda28c79e1ed4bbd0 (diff) | |
download | afl++-097828391530c7858ba80024d69c4efdad2e2fb2.tar.gz |
fix unicorn build
-rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index a21d05eb..1be399ff 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -199,7 +199,7 @@ echo "[+] Build process successful!" echo "[*] Installing Unicorn python bindings..." XOPT= -$PYTHONBIN -m pip install --help 2>/dev/null | grep -q break-system-packages && XOPT=--break-system-packages +#$PYTHONBIN -m pip install --help 2>/dev/null | grep -q break-system-packages && XOPT=--break-system-packages cd unicorn/bindings/python || exit 1 if [ -z "$VIRTUAL_ENV" ]; then echo "[*] Info: Installing python unicornafl using --user" |