mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 13:20:34 +00:00
updated fuzzit to v2.4.46
This commit is contained in:
parent
f4e53c1037
commit
0b7672eeaf
@ -15,7 +15,7 @@ function target {
|
||||
}
|
||||
|
||||
go get -u github.com/dvyukov/go-fuzz/go-fuzz-build
|
||||
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.12/fuzzit_Linux_x86_64
|
||||
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.46/fuzzit_Linux_x86_64
|
||||
chmod a+x fuzzit
|
||||
if [ "$1" = "fuzzing" ]; then
|
||||
./fuzzit auth ${FUZZIT_API_KEY}
|
||||
|
Loading…
Reference in New Issue
Block a user