diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-28 18:01:52 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-28 18:01:52 +0100 |
commit | 0a18bf8db5c4b5d5dbd02813a71ebf4466ed9365 (patch) | |
tree | 84b2b3ea3cf1eb9e0457bf752f53c74153e0feb7 /nyx_mode/custom_harness/fuzz.sh | |
parent | 48ad95f0e5d773a01a11abab8c24d071601fb161 (diff) | |
download | afl++-0a18bf8db5c4b5d5dbd02813a71ebf4466ed9365.tar.gz |
add readme (needs more though)
Diffstat (limited to 'nyx_mode/custom_harness/fuzz.sh')
-rw-r--r-- | nyx_mode/custom_harness/fuzz.sh | 13 |
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 ..." |