aboutsummaryrefslogtreecommitdiff
path: root/afl-system-config
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-04 12:14:35 +0200
committervan Hauser <vh@thc.org>2019-09-04 12:14:35 +0200
commit52bfd1fc3d6c1e6610469dbddad19aacb4e7f848 (patch)
treeb5de5e1cbcdc096a7d57e82aa0edb89d23baa26d /afl-system-config
parenta8d96967c426f031d61dd91287906a28975334fb (diff)
downloadAFLplusplus-52bfd1fc3d6c1e6610469dbddad19aacb4e7f848.tar.gz
added man pages
Diffstat (limited to 'afl-system-config')
-rwxr-xr-xafl-system-config13
1 files changed, 13 insertions, 0 deletions
diff --git a/afl-system-config b/afl-system-config
index 28793c5b..6a495f0a 100755
--- a/afl-system-config
+++ b/afl-system-config
@@ -1,4 +1,17 @@
#!/bin/sh
+test "$1" = "-h" && {
+ echo afl-system-config by Marc Heuse
+ echo
+ echo $0
+ echo
+ echo afl-system-config has no command line options
+ echo
+ echo afl-system reconfigures the system to a high performance fuzzing state
+ echo WARNING: this reduces the security of the system
+ echo
+ exit 1
+}
+
PLATFORM=`uname -s`
echo This reconfigures the system to have a better fuzzing performance
if [ '!' "$EUID" = 0 ] && [ '!' `id -u` = 0 ] ; then