Re: [v2, 2/4] Emulate simple x86 instructions in userspace

2019-06-21 Thread Alexander Graf
On 12.06.19 17:35, Sam Caccavale wrote: Added the minimal subset of code to run afl-harness with a binary file as input. These bytes are used to populate the vcpu structure and then as an instruction stream for the emulator. It does not attempt to handle exceptions an only supports very simpl

[v2, 2/4] Emulate simple x86 instructions in userspace

2019-06-12 Thread Sam Caccavale
Added the minimal subset of code to run afl-harness with a binary file as input. These bytes are used to populate the vcpu structure and then as an instruction stream for the emulator. It does not attempt to handle exceptions an only supports very simple ops. CR: https://code.amazon.com/reviews/