]> xenbits.xensource.com Git - people/royger/xen.git/commit
tools/insn-fuzz: Accept fuzzing input on stdin
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 2 Mar 2017 17:24:30 +0000 (17:24 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 20 Mar 2017 16:45:20 +0000 (16:45 +0000)
commit7dfd103efbbe1241d818dd0f9970a5459b2d728c
tree90ebb68ee964f9aebb3c31d6388d86f40957c303
parent6a6f3ff2c1254e2ed11a285cb9f4ecf6fe129acd
tools/insn-fuzz: Accept fuzzing input on stdin

This is rather faster for afl-fuzz to arrange than using an explicit file
parameter.  Also update the README to recommend using a tmpfs for findings_dir
which reduces disk load and is more performant.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
tools/fuzz/README.afl
tools/fuzz/x86_instruction_emulator/afl-harness.c