Re: Linux ELF Implementation

From: Ralf Baechle (ralf@uni-koblenz.de)
Date: Sun Sep 01 2002 - 23:07:49 EST


On Sun, Sep 01, 2002 at 10:26:10PM +0000, dirty boy wrote:

> im learning about the ELF specification with a friend of mine, were hoping
> to get a better understanding of how these things work, and a wild idea
> occurred to us - would it be possible to create a valid ELF executable from
> purely printable ASCII characters ?
>
> by that i mean, you would be able to literally cat > a.out and enter your
> executable from the keyboard! it wouldnt have todo anything, just return
> 0...
>
> the file wouldnt have to be portable, only the fields that the kernel is
> going to notice would have to be present, so long as it executes!
>
> im convinced the answer is no - but my friend says it is, he says hes seen
> it done in PE format ( although we cant find it on the web ) and therefore
> theres no reason why it couldnt be done in ELF.

There answer is no; the ELF magic at the begin of an ELF file contains
a non-printable character.

  Ralf
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 07 2002 - 22:00:15 EST