Re: [PATCH 1/3] Build target for emulate.o as a userspace binary

2019-06-12 Thread samcacc
On 5/31/19 10:02 AM, Alexander Graf wrote: > > On 21.05.19 17:39, 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 >> dependenci

Re: [PATCH 1/3] Build target for emulate.o as a userspace binary

2019-05-31 Thread Alexander Graf
On 21.05.19 17:39, 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. ---

[PATCH 1/3] Build target for emulate.o as a userspace binary

2019-05-21 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. --- tools/Makefile