From 0a18bf8db5c4b5d5dbd02813a71ebf4466ed9365 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 28 Dec 2021 18:01:52 +0100 Subject: add readme (needs more though) --- nyx_mode/custom_harness/fuzz_no_pt.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nyx_mode/custom_harness/fuzz_no_pt.sh (limited to 'nyx_mode/custom_harness/fuzz_no_pt.sh') diff --git a/nyx_mode/custom_harness/fuzz_no_pt.sh b/nyx_mode/custom_harness/fuzz_no_pt.sh new file mode 100644 index 00000000..b65a6493 --- /dev/null +++ b/nyx_mode/custom_harness/fuzz_no_pt.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_no_pt hcat +./hget habort_no_pt habort +./hget target target +chmod +x hcat +chmod +x habort +chmod +x target +./target +./habort "Target has terminated without initializing the fuzzing agent ..." -- cgit 1.4.1