about summary refs log tree commit diff
path: root/nyx_mode/custom_harness/fuzz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nyx_mode/custom_harness/fuzz.sh')
-rw-r--r--nyx_mode/custom_harness/fuzz.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/nyx_mode/custom_harness/fuzz.sh b/nyx_mode/custom_harness/fuzz.sh
new file mode 100644
index 00000000..98138f70
--- /dev/null
+++ b/nyx_mode/custom_harness/fuzz.sh
@@ -0,0 +1,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 ..."