Skip to content

Commit

Permalink
update/fix afl++ variants & libafl, main fuzzer experiment (google#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc authored Apr 28, 2023
1 parent 0b5d325 commit 3a2691f
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 587 deletions.
56 changes: 0 additions & 56 deletions fuzzers/aflplusplus_mega/builder.Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions fuzzers/aflplusplus_mega/description.md

This file was deleted.

282 changes: 0 additions & 282 deletions fuzzers/aflplusplus_mega/fuzzer.py

This file was deleted.

23 changes: 0 additions & 23 deletions fuzzers/aflplusplus_mega/runner.Dockerfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ RUN apt-get update && \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev

# Download afl++.
RUN git clone -b dev https://github.com/AFLplusplus/AFLplusplus /afl && \
RUN git clone -b nodedup https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 7b33148b7553f11dac7a382495a6829fa14f23fe || \
git checkout bfccb2fc53fcc4fe6431e4753a29b53e07c8c879 || \
true

# Build without Python support as we don't need it.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 3a2691f

Please sign in to comment.