winafl
winafl copied to clipboard
"-fuzz_interations 5000" error
when i use "-fuzz_interations 5000" it shows : ASSERT FAILURE: c:\work\winafl\source\winafl.c:947:(0) (invalid options)
sorry -fuzz_iterations 5000
I'd need to see the full command line, but my guess would be that you're putting it in the wrong place. Note that WinAFL has two kinds of command line parameters separated by '--', the afl-fuzz params and the instrumentation params. -fuzz_iterations falls into the second category.