You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently don't support this even though a very basic template exists in templates/linux_source_harness.cpp. When supporting this feature for source, we could approach this as so:
Find the best unit test function candidate that maxmimizes coverage into the fuzzing target we want to generate a harness for.
Extract the implementation of the test and create a DeepState harness from it, or maybe just stick it inside the basic template we already have.
If unable to, return our basic template with enough information we can fill in.
The text was updated successfully, but these errors were encountered:
We currently don't support this even though a very basic template exists in
templates/linux_source_harness.cpp
. When supporting this feature for source, we could approach this as so:The text was updated successfully, but these errors were encountered: