You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to honggfuzz
Hi,
I have configured honggfuzz for windows using cygwin. I need to fuzz a binary (dont have source code) which requires login before giving full access. When I run it with Honggfuzz it gives following errors and then abort.
[2019-02-08T15:05:11+0500][E][3752] subproc_New():355Error launching child process
I am running it in Persistent mode
./honggfuzz -f test/in-P -- test/Program.exe
I have kept the input directory empty as fuzzer doesnot allow me to proceed without it. How should I fuzz such programs? Its a GUI application.