From: Eric S. <sch...@gm...> - 2011-03-17 17:14:08
|
Hi, I'm trying to modify the .text section of an existing elf executable, however even the simplest elf_begin, elf_update, elf_end sequence results in a non-functioning executable elf file. For example, with an executable compiled from the following very simple hello world c program. |