Skip to content

Commit

Permalink
new kfuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Oct 25, 2024
1 parent 717714e commit 7827495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzzers/kfuzz1/builder.Dockerfile
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 https://github.com/KFuzzing/AFLplusplus /afl && \
RUN git clone https://github.com/KFuzzing/KFuzz /afl && \
cd /afl && \
git checkout 9c57ed88fb9daaf163f0a799439fe8aaf9796b71
git checkout 24128042eab2824d2e8761d994595637a0a8f7d1

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

0 comments on commit 7827495

Please sign in to comment.