1
0
This commit is contained in:
sfan5
2023-09-18 17:13:32 +02:00
parent 4ca90e3dfd
commit 275e152523
5 changed files with 65 additions and 14 deletions

4
run.sh
View File

@@ -1,15 +1,15 @@
#!/bin/bash
export AFL_SKIP_CPUFREQ=1
export AFL_TMPDIR=/dev/shm
exe=./bin/Linux/LoadMesh
opts=(
-t 100
-i sample_u/
-o out/
)
exe=./bin/Linux/LoadTexture
if ! [ -d sample_u ]; then
mkdir sample_u
afl-cmin.bash -i sample/ -o sample_u/ -- $exe @@
afl-cmin.bash -T 4 -i sample/ -o sample_u/ -- $exe @@
echo; echo
fi
exec afl-fuzz \