- Timestamp:
- 11/06/16 14:28:19 (8 years ago)
- Location:
- test/afl
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/afl/afl-test.sh
r287 r294 1 1 #!/bin/sh 2 2 3 TERMINAL='urxvt -geometry 80x25+0+0 -rv -e' 3 AFL_DIR=/usr/local/src/afl-2.35b 4 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 @@ & 5 TERMINAL='urxvt -geometry 80x25+0+0 -rv -e /bin/sh -c' 6 7 $TERMINAL "LD_LIBRARY_PATH=../../trunk/lib $AFL_DIR/afl-fuzz -i testcases -o findings -M master ../../trunk/src/reglookup -s @@" & 8 $TERMINAL "LD_LIBRARY_PATH=../../trunk/lib $AFL_DIR/afl-fuzz -i testcases -o findings -S slave1 ../../trunk/src/reglookup -s @@" & 9 $TERMINAL "LD_LIBRARY_PATH=../../trunk/lib $AFL_DIR/afl-fuzz -i testcases -o findings -S slave2 ../../trunk/src/reglookup -s @@" &
Note: See TracChangeset
for help on using the changeset viewer.