7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
cd $(dirname $0)
|
|
|
|
make afl
|
|
afl-fuzz -i testcases -o findings -- ./connection_afl
|