about summary refs log tree commit diff
path: root/nyx_mode/custom_harness/fuzz.sh
blob: 98138f70fb10e9b5492f8126b586243e26231077 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
chmod +x hget
cp hget /tmp/
cd /tmp/
echo 0 > /proc/sys/kernel/randomize_va_space
echo 0 > /proc/sys/kernel/printk
./hget hcat hcat
./hget habort habort
./hget target target
chmod +x hcat
chmod +x habort
chmod +x target
./target
./habort "Target has terminated without initializing the fuzzing agent ..."