mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +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
|