Skip to content
Snippets Groups Projects
Commit 510f64e2 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Overwrite core pattern for afl

parent e0f7460b
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,9 @@ if [ ! -e afl ]; then
mv afl-* afl
cd afl && make
cd qemu_mode && ./build_qemu_support.sh
# afl wants this
echo core >/proc/sys/kernel/core_pattern
fi
cd $AFL_TRANSFORMS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment