Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Mar 5, 2024
1 parent 097ecde commit d80b8df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions fuzzers/libafl_fuzzbench_ctx/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ RUN apt-get update && \
apt-get install -y wget libstdc++5 libtool-bin automake flex bison \
libglib2.0-dev libpixman-1-dev python3-setuptools unzip \
apt-utils apt-transport-https ca-certificates joe curl \
python3-dev gzip && \
PATH="/root/.cargo/bin/:$PATH" cargo install cargo-make
python3-dev gzip

# Download libafl
RUN git clone https://github.com/tokatoka/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 3dea2047aa8d59d3b3ff84059b385ec82ec0a864 && \
git checkout 5e5eb3fdaddf8769c367841699884946660e45a7 && \
git submodule update --init

# Compile libafl
Expand Down
5 changes: 2 additions & 3 deletions fuzzers/libafl_fuzzbench_ngram4/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ RUN apt-get update && \
apt-get install -y wget libstdc++5 libtool-bin automake flex bison \
libglib2.0-dev libpixman-1-dev python3-setuptools unzip \
apt-utils apt-transport-https ca-certificates joe curl \
python3-dev gzip && \
PATH="/root/.cargo/bin/:$PATH" cargo install cargo-make
python3-dev gzip

# Download libafl
RUN git clone https://github.com/tokatoka/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 3dea2047aa8d59d3b3ff84059b385ec82ec0a864 && \
git checkout 5e5eb3fdaddf8769c367841699884946660e45a7 && \
git submodule update --init

# Compile libafl
Expand Down
5 changes: 2 additions & 3 deletions fuzzers/libafl_fuzzbench_ngram8/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ RUN apt-get update && \
apt-get install -y wget libstdc++5 libtool-bin automake flex bison \
libglib2.0-dev libpixman-1-dev python3-setuptools unzip \
apt-utils apt-transport-https ca-certificates joe curl \
python3-dev gzip && \
PATH="/root/.cargo/bin/:$PATH" cargo install cargo-make
python3-dev gzip

# Download libafl
RUN git clone https://github.com/tokatoka/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 3dea2047aa8d59d3b3ff84059b385ec82ec0a864 && \
git checkout 5e5eb3fdaddf8769c367841699884946660e45a7 && \
git submodule update --init

# Compile libafl
Expand Down

0 comments on commit d80b8df

Please sign in to comment.