certfuzz
certfuzz copied to clipboard
This project contains the source code for the CERT Basic Fuzzing Framework (BFF) and the CERT Failure Observation Engine (FOE).
The MSEC.dll included with BFF requires the Visual C++ runtime 2010. However, the runtime that comes with the ISO is Visual C++ 2013. As such, if somebody installs BFF via...
bytemutmaxratio: value Example, bytemutmaxratio: 0.5
I would like to know if there is a form / support / workaround so that the winapp can be fuzzed as edge, which will not be directly. Thank you
Fuzzing process randomly dies with the following Python exception: ``` 2019-02-01 09:13:19,769 INFO certfuzz.minimizer.minimizer_base - start=79 min=79 target_guess=1 curr=39 chance=0.50000 miss=0/11 total_misses=0/1 u_crashes=0 2019-02-01 09:13:38,473 INFO certfuzz.minimizer.minimizer_base - testcase=0x3c7553b8.0xd8e24aea signal=None...
struct.error: unpack requires a string argument of length 8 at drillresults\testcasebundle_base.py
Fuzzing process randomly dies with the following Python exception: ``` 2019-02-02 00:41:13,835 INFO certfuzz.minimizer.minimizer_base - Bytemap: ['0x23ab5a', '0x28c7ca'] 2019-02-02 00:41:14,915 INFO certfuzz.testcase.testcase_base - crasher=0xd47e2db0.0xef1fa811 bitwise_hd=8 2019-02-02 00:41:14,917 INFO certfuzz.testcase.testcase_base -...
Forgive me if this functionality is already in FOE; perhaps this should be a request for better documentation. While 'minimize' is useful for creating a file that has minimal differences...
See #2 and #3 for related commentary. The msec snippet in #2 should be detected by drillresults as interesting (probably a score of 20), but currently it doesn't because it...
I download BFF and install it on my win11 arm64 virtual machine.But it report a error: ``` Edit configs\bff.yaml and run bff.py to start fuzzing See readme.txt for documentation Traceback...