Re: Modifying ELF files

2010-04-08 Thread Patrick Mahan
> On Thu, 8 Apr 2010, Patrick Mahan wrote: > > > > > In my job, we are producing applications and KLM's for our product > > that require them to be signed so that our installer will recognize > > and validate our images. > > > > The signature is stored in each app as > > > > unsigned char signatur

Re: Modifying ELF files

2010-04-08 Thread Peter Pentchev
On Thu, Apr 08, 2010 at 07:17:46AM -0700, Patrick Mahan wrote: > > In my job, we are producing applications and KLM's for our product > that require them to be signed so that our installer will recognize > and validate our images. > > The signature is stored in each app as > > unsigned char sign

Re: Modifying ELF files

2010-04-08 Thread Nate Eldredge
On Thu, 8 Apr 2010, Patrick Mahan wrote: In my job, we are producing applications and KLM's for our product that require them to be signed so that our installer will recognize and validate our images. The signature is stored in each app as unsigned char signature[40] __attribute__((section(".

Modifying ELF files

2010-04-08 Thread Patrick Mahan
In my job, we are producing applications and KLM's for our product that require them to be signed so that our installer will recognize and validate our images. The signature is stored in each app as unsigned char signature[40] __attribute__((section(".compsign"))); What I need to do is open th