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
I have a target that I've compiled with hfuzz-g++ that takes 4 files as input target file1 file2 file3 file4.
I've tried passing these files using -s and even tried putting them into a single file and using ___FILE___.
However, I'm unable to make the program crash.
Is this mode possible with honggfuzz, if not, are there any tips for making this work?
The text was updated successfully, but these errors were encountered:
I have a target that I've compiled with
hfuzz-g++
that takes 4 files as inputtarget file1 file2 file3 file4
.I've tried passing these files using
-s
and even tried putting them into a single file and using___FILE___
.However, I'm unable to make the program crash.
Is this mode possible with honggfuzz, if not, are there any tips for making this work?
The text was updated successfully, but these errors were encountered: