Re: [v2, 1/4] Build target for emulate.o as a userspace binary

2019-06-21 Thread Alexander Graf
On 12.06.19 17:35, Sam Caccavale wrote: This commit contains the minimal set of functionality to build afl-harness around arch/x86/emulate.c which allows exercising code in that source file, like x86_emulate_insn. Resolving the dependencies was done via GCC's -H flag by get_headers.py. CR: ht

[v2, 1/4] Build target for emulate.o as a userspace binary

2019-06-12 Thread Sam Caccavale
This commit contains the minimal set of functionality to build afl-harness around arch/x86/emulate.c which allows exercising code in that source file, like x86_emulate_insn. Resolving the dependencies was done via GCC's -H flag by get_headers.py. CR: https://code.amazon.com/reviews/CR-8325546 ---