about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraarnav <aarnavbos@gmail.com>2024-08-13 16:56:22 +0200
committeraarnav <aarnavbos@gmail.com>2024-08-13 16:56:22 +0200
commitd78a8698e48dadaac4f0763d9375346639d48203 (patch)
tree09b1a767b8fe5ad516eb60394b7e2f0805afdefe
parent7b2f983bf3d9f7854891eda5692a3cf8afdf1650 (diff)
downloadafl++-d78a8698e48dadaac4f0763d9375346639d48203.tar.gz
fix rebuild message
-rwxr-xr-xunicorn_mode/build_unicorn_support.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh
index 68f7eac2..a21d05eb 100755
--- a/unicorn_mode/build_unicorn_support.sh
+++ b/unicorn_mode/build_unicorn_support.sh
@@ -218,7 +218,7 @@ else
   echo "[*] Info: Installing python unicornafl to virtualenv: $VIRTUAL_ENV"
   THREADS=$CORES $PYTHONBIN setup.py install --force || exit 1
 fi
-echo '[*] If needed, you can (re)install the bindings in `./unicornafl/bindings/python` using `pip install --force .`'
+echo '[*] If needed, you can (re)install the bindings in `./unicornafl/bindings/python` using `python setup.py install --force .`'
 
 cd ../../ || exit 1