Last change
on this file since 289 was
287,
checked in by tim, 9 years ago
|
rough AFL test script
|
-
Property svn:executable set to
*
|
File size:
395 bytes
|
Rev | Line | |
---|
[287] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | TERMINAL='urxvt -geometry 80x25+0+0 -rv -e' |
---|
| 4 | |
---|
| 5 | $TERMINAL /usr/local/src/afl-1.86b/afl-fuzz -i testcases -o findings -M master ../../trunk/src/reglookup -s @@ & |
---|
| 6 | $TERMINAL /usr/local/src/afl-1.86b/afl-fuzz -i testcases -o findings -S slave1 ../../trunk/src/reglookup -s @@ & |
---|
| 7 | $TERMINAL /usr/local/src/afl-1.86b/afl-fuzz -i testcases -o findings -S slave2 ../../trunk/src/reglookup -s @@ & |
---|
Note: See
TracBrowser
for help on using the repository browser.