Closed gtt1995 closed 1 year ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Hello, This is a basic fuzz tester framework that, in my local experiments, can improve the performance of any single basic fuzzer, such as aflplusplus, honggfuzz, libfuzzer, mopt, fairfuzz, etc. In addition, if multiple engines are combined, the increase in code coverage is even more noticeable. Note that the above experiments were performed in a single core. Also, this is just a preliminary experiment with the same parameters but a different base fuzzing tester. If all goes as expected, I'd like to perform parameter-sensitive experiments later. Here (branch:local_data) are the results of my preliminary experiments. Thanks Google, thanks fuzzbench, thank you! @Alan32Liu @vanhauser-thc @jonathanmetzman