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, 11 Feb 2013 01:32:32 +0000 (01:32 +0000)
commita78f477fc5a2327118bb129026e18ba8302ec7aa
tree11a97c329660ffe4cf77ba8f3749be1d4d388fc9
parentd9eb4398773cbda1dc185f4cf7b1b0e4cb9fb135
Initial work on copying an ELF file
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/fixup/phdr.c [new file with mode: 0644]
src/main.c