Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Sep 19, 2024
1 parent 8db43dd commit 74787f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzzers/libafl_fuzz/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ RUN cd /afl && \
cp utils/aflpp_driver/libAFLDriver.a /

# Download libafl.
RUN git clone https://github.com/AFLplusplus/LibAFL /libafl
RUN git clone https://github.com/R9295/LibAFL /libafl

# Checkout a current commit
RUN cd /libafl && git pull && \
git checkout 1113879a345146b737994ed1361663c53025dbc2
git checkout libafl-fuzz/seed-recurse

# Compile libafl.
RUN cd /libafl && \
Expand Down

0 comments on commit 74787f4

Please sign in to comment.