diff options
| author | aarnav <aarnavbos@gmail.com> | 2024-08-13 16:56:22 +0200 | 
|---|---|---|
| committer | aarnav <aarnavbos@gmail.com> | 2024-08-13 16:56:22 +0200 | 
| commit | d78a8698e48dadaac4f0763d9375346639d48203 (patch) | |
| tree | 09b1a767b8fe5ad516eb60394b7e2f0805afdefe | |
| parent | 7b2f983bf3d9f7854891eda5692a3cf8afdf1650 (diff) | |
| download | afl++-d78a8698e48dadaac4f0763d9375346639d48203.tar.gz | |
fix rebuild message
| -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 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 | 
