trailofbits / testing-handbook

Trail of Bits Testing Handbook
https://appsec.guide/
Creative Commons Attribution 4.0 International
36 stars 4 forks source link

Add guidance on ClusterFuzzLite #40

Open maxammann opened 2 months ago

maxammann commented 2 months ago

Integrating CFL is straightforward, but the most annoying thing is that you are bound to an LLVM and Ubuntu version, which makes integration difficult sometimes (https://github.com/google/oss-fuzz/issues/11835).

Example: https://github.com/FuelLabs/fuel-vm/pull/727