diff options
author | hexcoder- <heiko@hexco.de> | 2019-09-23 21:59:27 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-09-23 21:59:27 +0200 |
commit | d13592aea0553b18ecf5366a260b3d5d3fe91764 (patch) | |
tree | 751b631cf044ec3804103abf99a8d89719759d36 /qemu_mode/build_qemu_support.sh | |
parent | 59d4b0aadb11c893d10a838fa5795286d3fd7264 (diff) | |
parent | 96c9fa0ccc4cc9b3db3e448fd685484fd271ca98 (diff) | |
download | afl++-d13592aea0553b18ecf5366a260b3d5d3fe91764.tar.gz |
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
Diffstat (limited to 'qemu_mode/build_qemu_support.sh')
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index 0ca3f494..02379eb2 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -212,6 +212,8 @@ fi echo "[+] Building libcompcov ..." make -C libcompcov +echo "[+] Building unsigaction ..." +make -C unsigaction echo "[+] libcompcov ready" echo "[+] All done for qemu_mode, enjoy!" |