
* Build cargo-fuzz end to end * Workaroudn failing CI * Fix toml * Build * Exclude from workspace * Fix version * Fix workspace * Fix workspace * FIx workspace * Fix path * Set path correctly * Install llvm-tools * Test with distro llvm installed * Use build * complete * remove from includes * add back fuzzer tests, format * add test for whether all fuzzers are actually tested in pipeline * whoops * I hate CI I hate CI I hate CI * revert removal of llvm * sh compatibility * sigh --------- Co-authored-by: Max Ammann <max@maxammann.org>
159 B
159 B
cargo-fuzz
This is a minimalistic example how to use LibAFL with cargo-fuzz. It uses the libafl_libfuzzer
comatability layer to be libFuzzer compatiable.