Skip to content

Commit 9de8251

Browse files
committed
frameshift
1 parent 7b779e4 commit 9de8251

25 files changed

+4
-1843
lines changed

fuzzers/aflplusplus2/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apt-get update && \
3737
# Download afl++.
3838
RUN git clone -b dev https://github.com/AFLplusplus/AFLplusplus /afl && \
3939
cd /afl && \
40-
git checkout b1730d99b672b75467ff6bb380629ab90da26c56
40+
git checkout 0ca5300f1565345f1f9764d53d5655974eb6503d
4141

4242
# Build without Python support as we don't need it.
4343
RUN cd /afl && \

fuzzers/aflplusplus2_nosimp/builder.Dockerfile renamed to fuzzers/aflplusplus2_fs/builder.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ RUN apt-get update && \
3535
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev
3636

3737
# Download afl++.
38-
RUN git clone -b nosimp https://github.com/AFLplusplus/AFLplusplus /afl && \
38+
RUN git clone -b fs https://github.com/AFLplusplus/AFLplusplus /afl && \
3939
cd /afl && \
40-
git checkout 8b70056509ecf400b6c47b1739a85c5972032a85
40+
git checkout e78ef223ef50067f77d2f7892536ef25ebbf75c5
4141

4242
# Build without Python support as we don't need it.
4343
RUN cd /afl && \
File renamed without changes.

fuzzers/aflplusplus3/fuzzer.py renamed to fuzzers/aflplusplus2_fs/fuzzer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ def fuzz(input_corpus,
270270
os.environ['AFL_FAST_CAL'] = '1'
271271
os.environ['AFL_NO_WARN_INSTABILITY'] = '1'
272272
os.environ['AFL_NO_SYNC'] = '1'
273+
os.environ['AFL_FRAMESHIFT_ENABLED'] = '1'
273274

274275
if not skip:
275276
os.environ['AFL_DISABLE_TRIM'] = '1'
File renamed without changes.

fuzzers/aflplusplus2_nosimp/fuzzer.py

Lines changed: 0 additions & 283 deletions
This file was deleted.

fuzzers/aflplusplus3/builder.Dockerfile

Lines changed: 0 additions & 47 deletions
This file was deleted.

fuzzers/aflplusplus3/description.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)