diff options
| author | vanhauser-thc <vh@thc.org> | 2021-04-16 00:41:32 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-04-16 00:41:32 +0200 |
| commit | e41d1183cca02fb4d6398df4fc3e028dfd9c5f72 (patch) | |
| tree | d4cca5699382b051c8b7801f5a662d35caa2e3e9 /qemu_mode | |
| parent | c8e96e52536d47ee41967657202574d8e61562ee (diff) | |
| download | afl++-e41d1183cca02fb4d6398df4fc3e028dfd9c5f72.tar.gz | |
fix nits
Diffstat (limited to 'qemu_mode')
| -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 38085389..6436d43a 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -360,6 +360,8 @@ if ! command -v "$CROSS" > /dev/null ; then make -C unsigaction && echo "[+] unsigaction ready" echo "[+] Building libqasan ..." make -C libqasan && echo "[+] unsigaction ready" + echo "[+] Building qemu libfuzzer helpers ..." + make -C ../utils/aflpp_driver else echo "[!] Cross compiler $CROSS could not be found, cannot compile libcompcov libqasan and unsigaction" fi |
