fuzzing: script to prepare linux kernel for afl

This commit is contained in:
Max Bruckner 2017-02-18 12:51:34 +01:00
parent da551c753f
commit cf71f3d627
1 changed files with 5 additions and 0 deletions

5
fuzzing/afl-prepare-linux.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
set -x
echo core | sudo tee /proc/sys/kernel/core_pattern
echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor