Subject: Re: Verifying a kernel.
To: Matt Thomas <matt@3am-software.com>
From: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
List: tech-kern
Date: 07/19/2005 23:55:14
On Tue, 19 Jul 2005 14:02:17 -0700, Matt Thomas wrote:
>
> I'm currently encountering a situation in which a kernel loaded from
> a storage device is not being correctly copied to memory. To detect
> this, I want to add generic support to detect this.
Have you looked at elfsign? It should be able to add a digital signature
to an ELF binary.
http://www.hick.org/code/skape/elfsign/
Bye Pavel