StdFuzzer icon indicating copy to clipboard operation
StdFuzzer copied to clipboard

StdFuzzer is the reference implementation of a generic bit-level fuzzer with LibAFL

Results 2 StdFuzzer issues
Sort by recently updated
recently updated
newest added
trafficstars

I tested it with the exploit version of openssl, but didn't find a crash (heart bleeds), also, I found that I couldn't stop it, `ctrl+c` `ctrl+d`

When I compiling SerenityOS with StdFuzzer it return an error. Here is command I used to compile SerenityOS ```sh sudo apt-get install -y libboost-all-dev build-essential cmake curl e2fsprogs libmpfr-dev libmpc-dev...