mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-17 09:38:55 +00:00
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "${0%/*}"
|
|
|
|
afl/afl-fuzz -m none -i ../vectors/fuzz -o findings ./fuzz
|