From owner-freebsd-questions@FreeBSD.ORG Fri Mar 16 17:13:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98BAE16A401 for ; Fri, 16 Mar 2007 17:13:52 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 9DD7913C4C4 for ; Fri, 16 Mar 2007 17:13:51 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 58D031A4DB6; Fri, 16 Mar 2007 10:13:51 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B5B8251870; Fri, 16 Mar 2007 13:13:50 -0400 (EDT) Date: Fri, 16 Mar 2007 13:13:50 -0400 From: Kris Kennaway To: Robe Message-ID: <20070316171350.GB21701@xor.obsecurity.org> References: <1173890222.15236.2.camel@robe-ubuntu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1173890222.15236.2.camel@robe-ubuntu> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: "elf_begin" returns NULL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 17:13:52 -0000 On Wed, Mar 14, 2007 at 11:37:02AM -0500, Robe wrote: > Hi, > > I'm trying to create an object file (.o) using the "libelf" library. > Below appear the full source code. > > Does any body know why the "elf_begin" statement return NULL? This kind of technical question should be discussed on hackers@. Or since there is restricted experience with libelf, try CC'ing the author (jkoshy@) Kris