[ELFIO-info] ELF not executable anymore after load/save
A header-only C++ library for accessing files in ELF binary format
Brought to you by:
to_serge
|
From: Serge B. <ser...@he...> - 2012-06-08 08:33:11
|
Hi everyone, I'm using ELFIO to try and add a new section to ELF files. This is my problem : as soon as I load and save an ELF, it stops to be executable. /readelf -l/ shows that sections aren't mapped to segments anymore. Is this a normal behaviour ? Do I have to manually add the sections to the segments ? Thank you for your answers ! |