Skip to content

Commit

Permalink
Libafl forkserver test (#1585)
Browse files Browse the repository at this point in the history
Recently, we added the support to run AFL++ binaries in LibAFL with
CmpLog and shmem inputs.
With this PR, I'm requesting a bug-based benchmark (as the advantage of
the forkserver is reliability even when the target is crashing often) to
test if the Rust implementation matches the original C version of AFL++
in code and bug coverage.

Related to this, #1584
  • Loading branch information
andreafioraldi authored Jan 11, 2023
1 parent 6b6fdb6 commit 4a58f44
Show file tree
Hide file tree
Showing 18 changed files with 170 additions and 1,678 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fuzzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- mopt
# Greybox fuzzers.
- wingfuzz
- libafl_forkserver
# - tortoisefuzz # To Be Fixed.
# Symbolic ececution.
# - klee # To Be Fixed.
Expand Down
140 changes: 0 additions & 140 deletions fuzzers/afl_collision_free/fuzzer.py

This file was deleted.

140 changes: 0 additions & 140 deletions fuzzers/afl_double_timeout/fuzzer.py

This file was deleted.

Loading

0 comments on commit 4a58f44

Please sign in to comment.