Re: [v2, 0/4] x86 instruction emulator fuzzing

2019-06-21 Thread Alexander Graf
On 12.06.19 17:35, Sam Caccavale wrote: Dear all, This series aims to provide an entrypoint for, and fuzz KVM's x86 instruction emulator from userspace. It mirrors Xen's application of the AFL fuzzer to it's instruction emulator in the hopes of discovering vulnerabilities. Since this entrypoi

[v2, 0/4] x86 instruction emulator fuzzing

2019-06-12 Thread Sam Caccavale
Dear all, This series aims to provide an entrypoint for, and fuzz KVM's x86 instruction emulator from userspace. It mirrors Xen's application of the AFL fuzzer to it's instruction emulator in the hopes of discovering vulnerabilities. Since this entrypoint also allows arbitrary execution of the em