This commit is contained in:
Eljakim Herrewijnen
2024-03-30 21:13:26 +01:00
commit 0980476603
571 changed files with 15226 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# environment variables:
AFL_CUSTOM_INFO_PROGRAM=python3
AFL_CUSTOM_INFO_PROGRAM_ARGV=fuzzer.py @@
AFL_CUSTOM_INFO_OUT=/tmp/output_fuzz2/default
AFL_SKIP_CPUFREQ=1
# command line:
'afl-fuzz' '-U' '-m' 'none' '-o' '/tmp/output_fuzz2' '-i' '-' 'python3' 'fuzzer.py' '@@'