From: Joseph K. <jk...@us...> - 2010-08-08 13:38:42
|
> But the ELF file given as an argument to my program is not modified. > In other words, the ELF file should have been modified after my program adds > a new section into the ELF file. Thank you for the sample test program. The behaviour is very probably a bug in libelf: ELF_C_RDWR handling is currently broken, see: http://sourceforge.net/apps/trac/elftoolchain/ticket/269. I'm working on a fix. Koshy |