Skip to content

Commit

Permalink
Use patched AFL++
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Sep 5, 2024
1 parent 90dee6b commit 20d84c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,12 @@ jobs:
run: sudo apt-get install protobuf-compiler

- name: Install cargo-afl
run: cargo install cargo-afl
run: |
git clone https://github.com/smoelius/afl.rs
cd afl.rs
git checkout permissive_create-in-mark_as_variable
git submodule update --init
cargo install cargo-afl --path cargo-afl
- name: Run afl-system-config
run: cargo afl system-config
Expand Down

0 comments on commit 20d84c5

Please sign in to comment.