winafl
winafl copied to clipboard
Can winafl support "-n" dump mode
Hi,
I want to use winafl without DynamoRIO. Can dump mode help with that?
Can someone also tell me how to use the dump mode to fuzz ?
Thanks.
Winafl does not currently support the dumb mode. Most of the code should still be in there, but at least the run_target
function would need to be modified to support it (as it expects some kind of instrumentation).