Explorar o código

fuzzing: script to prepare linux kernel for afl

Max Bruckner %!s(int64=8) %!d(string=hai) anos
pai
achega
cf71f3d627
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      fuzzing/afl-prepare-linux.sh

+ 5 - 0
fuzzing/afl-prepare-linux.sh

@@ -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