Skip to content

Commit

Permalink
new afl++ experiment (google#1788)
Browse files Browse the repository at this point in the history
lots of cleanup and new experiment
  • Loading branch information
vanhauser-thc authored Mar 20, 2023
1 parent 6d20876 commit bfde026
Show file tree
Hide file tree
Showing 82 changed files with 31 additions and 6,018 deletions.
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 30483919eb65f6301dbbba7762e28a6d21972571 || \
git checkout d80cedcf02f56351bb08e7520ddcd76b0ff3f84e || \
true

# Build without Python support as we don't need it.
Expand Down
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 025f617d6a9b0259dd4110107de093175d995dda || \
git checkout 05cc21e9d68bcf9ddf00ad0c8e97c0dc253a4b8e || \
true

# Build without Python support as we don't need it.
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def build(*args): # pylint: disable=too-many-branches,too-many-statements
# Generate an extra dictionary.
if 'dict2file' in build_modes or 'native' in build_modes:
os.environ['AFL_LLVM_DICT2FILE'] = build_directory + '/afl++.dict'
os.environ['AFL_LLVM_DICT2FILE_NO_MAIN'] = '1'
# Enable context sentitivity for LLVM mode (non LTO only)
if 'ctx' in build_modes:
os.environ['AFL_LLVM_CTX'] = '1'
Expand Down
File renamed without changes.
50 changes: 0 additions & 50 deletions fuzzers/aflplusplus_base/builder.Dockerfile

This file was deleted.

280 changes: 0 additions & 280 deletions fuzzers/aflplusplus_base/fuzzer.py

This file was deleted.

Loading

0 comments on commit bfde026

Please sign in to comment.