Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update AFL++ commit id #1936

Merged
merged 1 commit into from
Dec 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone -b dev https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 4a7e35b29c6711b68d3d579716685c3752ff62a8 || \
git checkout 27d05f3c216e18163236efa42b630a5b3784d2e9 || \
true

# Build without Python support as we don't need it.
Expand Down
49 changes: 0 additions & 49 deletions fuzzers/aflplusplus_406/builder.Dockerfile

This file was deleted.

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

This file was deleted.

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

This file was deleted.

24 changes: 0 additions & 24 deletions fuzzers/aflplusplus_406/runner.Dockerfile

This file was deleted.

Loading
Loading