diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-28 17:40:23 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-28 17:40:23 +0100 |
commit | fd99ddb1d672a932a94ff035bb77b6eba569bbdf (patch) | |
tree | b28b5d9269197387221d9a0489b671e91d2a0aee /nyx_mode/build_nyx_support.sh | |
parent | 7e8a4915000965cb8825054a4738696f33186b5f (diff) | |
download | afl++-fd99ddb1d672a932a94ff035bb77b6eba569bbdf.tar.gz |
nyx build and install
Diffstat (limited to 'nyx_mode/build_nyx_support.sh')
-rwxr-xr-x | nyx_mode/build_nyx_support.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nyx_mode/build_nyx_support.sh b/nyx_mode/build_nyx_support.sh index 67e38117..7e749e77 100755 --- a/nyx_mode/build_nyx_support.sh +++ b/nyx_mode/build_nyx_support.sh @@ -60,10 +60,11 @@ fi echo "[*] Checking libnyx.so ..." if [ -f "libnyx/libnyx/target/release/liblibnyx.so" ]; then cp libnyx/libnyx/target/release/liblibnyx.so libnyx.so + cp libnyx/libnyx/target/release/liblibnyx.so ../libnyx.so else echo "[ ] libnyx.so not found..." exit 1 fi echo "[+] All done for nyx_mode, enjoy!" -exit 0 \ No newline at end of file +exit 0 |