[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Subsystem initialization functions in normal binary
From: |
Dmitry Antipov |
Subject: |
Re: Subsystem initialization functions in normal binary |
Date: |
Tue, 13 Jan 2015 13:51:58 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 |
On 01/13/2015 10:43 AM, Paul Eggert wrote:
Is it possible for unexelf.c to do the strip, rather than to rely
on an external 'strip -R' command?
I'm not familiar with ELF unexec enough. According to comments, it can
relocate existing sections and insert new ones; it's worth trying to check
whether .once can be "stripped" without making the hole noticed by Andreas.
Dmitry