autoharness
autoharness copied to clipboard
A tool that automatically creates fuzzing harnesses based on a library
Results
2
autoharness issues
Sort by
recently updated
recently updated
newest added
Functions with array parameters are currently ignored because they would lead to code like: ```c++ auto data1= provider.ConsumeIntegral(); ``` Proposal: handle array-parameters as a special case, e.g. generating code like:...
Currently there are many different combinations of settings (mode, detect) and library-properties (exported or not, defined or not, function or other symbols, etc.) and many of these probably lead to...