mirror of
https://github.com/openharmony/third_party_cJSON.git
synced 2026-07-20 21:59:36 -04:00
fuzzing: script to prepare linux kernel for afl
This commit is contained in:
Executable
+5
@@ -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
|
||||
Reference in New Issue
Block a user