mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-06-07 11:39:30 +00:00
fix: lower default run for afl to 30s
This commit is contained in:
parent
46f3754028
commit
93dadf1fdd
6
Justfile
6
Justfile
@ -179,11 +179,11 @@ afl-macos-teardown:
|
|||||||
# Linux: Build AFL++ from source (apt packages are several major versions
|
# Linux: Build AFL++ from source (apt packages are several major versions
|
||||||
# behind): see https://github.com/AFLplusplus/AFLplusplus
|
# behind): see https://github.com/AFLplusplus/AFLplusplus
|
||||||
#
|
#
|
||||||
# Usage: just fuzz-afl # all targets, 120 s each
|
# Usage: just fuzz-afl # all targets, 30 s each
|
||||||
# just fuzz-afl "" 60 # all targets, 60 s each
|
# just fuzz-afl "" 60 # all targets, 60 s each
|
||||||
# just fuzz-afl fuzz_state_transition # single target, 120 s
|
# just fuzz-afl fuzz_state_transition # single target, 30 s
|
||||||
# just fuzz-afl fuzz_state_transition 300 # single target, 300 s
|
# just fuzz-afl fuzz_state_transition 300 # single target, 300 s
|
||||||
fuzz-afl TARGET="" TIME="120":
|
fuzz-afl TARGET="" TIME="30":
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
TARGET="{{TARGET}}"
|
TARGET="{{TARGET}}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user