piegen: Implement tool building, v2
Here we simply build piegen tool which gonna be used to generate parasite code safe to rellocate. The tool is taking object file as an argument, parses it and generates C file with rellocations encoded in form suitable for fast appliance. Currently only x86-32 x86-64 is supported. v2 (by ldufour@): - Filter PIEGEN Signed-off-by:Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by:
Pavel Emelyanov <xemul@parallels.com>
Showing
pie/piegen/Makefile
0 → 100644
pie/piegen/elf-x86-32.c
0 → 100644
pie/piegen/elf-x86-64.c
0 → 100644
pie/piegen/elf.c
0 → 100644
This diff is collapsed.
pie/piegen/main.c
0 → 100644
pie/piegen/piegen.h
0 → 100644
Please
register
or
sign in
to comment