added convenience script to create a ramdisk for AFL fuzzing runs
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh -x
|
||||
|
||||
RAMDISK=/tmp/afl-ramdisk
|
||||
mkdir $RAMDISK && chmod 777 $RAMDISK
|
||||
mount -t tmpfs -o size=768M tmpfs $RAMDISK
|
||||
|
||||
git clone . $RAMDISK/fwknop.git
|
||||
exit $?
|
||||
Reference in New Issue
Block a user