search for: only_ascii

Displaying 2 results from an estimated 2 matches for "only_ascii".

2015 Sep 05
3
Some feedback on Libfuzzer
...pass two directories, one which starts empty and is intended to receive the results and one which is maintained as the working tree? I'm not sure how to use this mode. 4) The actually fuzzing seems to be less effective than AFL at finding good cases. In particular I've found I have to use only_ascii mode or else it spends all the time looking at encoding errors on random binary inputs. Even in only_ascii mode it seems insistent on putting a ^L in a *lot* of tests even when the function being tested always ends with the same error if one is present. I'm hoping to try DFA mode and hoping it...
2017 Aug 02
2
libFuzzer: add an option to always null-terminate?
Hi all, While playing with libFuzzer, it's a little cumbersome to having to copy the buffer just in order to null-terminate it. Is a null-terminated buffer an often-enough usage scenario to warrant a libFuzzer commandline configuration switch to always generate a null-terminated test case? Thanks, Johan -------------- next part -------------- An HTML attachment was scrubbed... URL: