Skip to content

Commit

Permalink
🐛 ft-net checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kherrisan committed Sep 19, 2024
1 parent 1817f02 commit 49d4d22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ PinguFuzzBench is a benchmark for the fuzzing of cryptographic network protocols
[tlsfuzzer]: https://github.com/aflnet/aflnet
[tls-anvil]: https://github.com/aflnet/aflnet

## Todo

- Network Security Services (NSS)

# Limitations

# Folder structure
Expand Down
1 change: 1 addition & 0 deletions scripts/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ RUN git clone https://Kherrisan:$GITHUB_TOKEN@github.com/Kherrisan/pingu.git &&
# FT-Net
RUN git clone https://github.com/fuzztruction/fuzztruction-net && \
cd fuzztruction-net && \
git checkout c34408b && \
git apply /tmp/patches/ft.patch && \
echo "nightly-2023-10-10" >> rust-toolchain && \
${HOME}/.cargo/bin/cargo build --workspace --release && \
Expand Down

0 comments on commit 49d4d22

Please sign in to comment.