From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 15 23:46:07 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D72F716A418 for ; Tue, 15 Jan 2008 23:46:07 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mail0.rawbw.com (mail0.rawbw.com [198.144.192.41]) by mx1.freebsd.org (Postfix) with ESMTP id B91D113C455 for ; Tue, 15 Jan 2008 23:46:07 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mail0.rawbw.com (localhost [127.0.0.1]) by mail0.rawbw.com (8.13.8/8.13.8) with ESMTP id m0FNk7cX044015; Tue, 15 Jan 2008 15:46:07 -0800 (PST) Received: (from www@localhost) by mail0.rawbw.com (8.13.8/8.13.8/Submit) id m0FNk77U044012; Tue, 15 Jan 2008 15:46:07 -0800 (PST) X-Authentication-Warning: mail0.rawbw.com: www set sender to yuri@rawbw.com using -f Received: from ip224.carlyle.sfo.ygnition.net (ip224.carlyle.sfo.ygnition.net [24.219.144.224]) by webmail.rawbw.com (IMP) with HTTP for ; Tue, 15 Jan 2008 15:46:06 -0800 Message-ID: <1200440766.478d45be80915@webmail.rawbw.com> Date: Tue, 15 Jan 2008 15:46:06 -0800 From: Yuri To: Erik Trulsson References: <1200437163.478d37abc422c@webmail.rawbw.com> <20080115231958.GA64002@owl.midgard.homeip.net> In-Reply-To: <20080115231958.GA64002@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 24.219.144.224 X-Mailman-Approved-At: Wed, 16 Jan 2008 00:37:50 +0000 Cc: freebsd-hackers@freebsd.org Subject: Re: Is Elf formatdocumented anywhere? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2008 23:46:07 -0000 > ELF is fairly well documented and standardized. No, I would say ELF is somewhat documented. > > Just googling for 'ELF' quickly yields the Wikipedia page > http://en.wikipedia.org/wiki/Executable_and_Linkable_Format > which contains several links to documents describing plenty of details. These links only go that far. Googling many if not most of the constants that are in /usr/include/sys/elf_common.h only gives some discussion references. > > You can also read the elf(5) manpage in FreeBSD Not many details here too. Yuri