We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717714e commit 7827495Copy full SHA for 7827495
fuzzers/kfuzz1/builder.Dockerfile
@@ -35,9 +35,9 @@ RUN apt-get update && \
35
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev
36
37
# Download afl++.
38
-RUN git clone https://github.com/KFuzzing/AFLplusplus /afl && \
+RUN git clone https://github.com/KFuzzing/KFuzz /afl && \
39
cd /afl && \
40
- git checkout 9c57ed88fb9daaf163f0a799439fe8aaf9796b71
+ git checkout 24128042eab2824d2e8761d994595637a0a8f7d1
41
42
# Build without Python support as we don't need it.
43
RUN cd /afl && \
0 commit comments