On Thu, 22 Jan 2015 15:06:49 +0100 Truls Becken <[email protected]> wrote:
Hey Truls, > Did you consider using the entire string from the -d argument instead > of being UTF-8 aware? That would fulfill the requirement of allowing > any unicode character, and up it by allowing e.g. ", " or " :: ". I added the discussed functionality and am now running afl-fuzz on it for pen-testing on 3 unicode-codepages with random ßß's in it with the command-line: $cat cut-tests/paper | ./cut -f 2-3 -d "ßß" It looks good so far. Cheers FRIGN -- FRIGN <[email protected]>
