Initial work on copying an ELF file
authornorly <ny-git@enpas.org>
Mon, 28 Jan 2013 02:14:24 +0000 (02:14 +0000)
committernorly <ny-git@enpas.org>
Mon, 28 Jan 2013 02:14:24 +0000 (02:14 +0000)
commitff23dcf089d6df1e90450774d01b354fb7d82df5
tree7c32bd09e243b7dcf26a881085f4fd7ffe18a07c
parent6788c6c0ab797c1960bcd711ff275a7138d686b9
Initial work on copying an ELF file
13 files changed:
Makefile
include/libelfu/copy.h [new file with mode: 0644]
include/libelfu/fixup.h [new file with mode: 0644]
include/libelfu/libelfu.h
src/copy/ehdr.c [new file with mode: 0644]
src/copy/elf.c [new file with mode: 0644]
src/copy/section.c [new file with mode: 0644]
src/copy/sections.c [new file with mode: 0644]
src/copy/segments.c [new file with mode: 0644]
src/elfhandle.c
src/fixup/phdr.c [new file with mode: 0644]
src/lookup/last-section-in-segment.c
src/main.c