Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2003 05:29:06 -0600
From:      "Jacques A. Vidrine" <nectar@FreeBSD.org>
To:        "Jeremy C. Reed" <reed@reedmedia.net>
Cc:        freebsd-security@FREEBSD.ORG
Subject:   Re: what actually uses xdr_mem.c?
Message-ID:  <20030327112906.GC98283@madman.celabo.org>
In-Reply-To: <Pine.LNX.4.43.0303260803200.21019-100000@pilchuck.reedmedia.net>
References:  <20030326140204.GC33671@madman.celabo.org> <Pine.LNX.4.43.0303260803200.21019-100000@pilchuck.reedmedia.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 26, 2003 at 08:18:02AM -0800, Jeremy C. Reed wrote:
> Thanks for the ideas. I will give these a try. I see libelf is a library
> for manipulating ELF -- is there a tool that uses it (like Solaris
> pvs(1))?

Not that I'm aware.  I wrote a quick-n-dirty python wrapper and
used it to pull out the following sections for comparison:

  significant_sections = [
    '.ctors',
    '.data',
    '.dtors',
    '.fini',
    '.init',
    '.rodata',
    '.text',
    ]

That seemed to be sufficient.

Cheers,
-- 
Jacques A. Vidrine <nectar@celabo.org>          http://www.celabo.org/
NTT/Verio SME          .     FreeBSD UNIX     .       Heimdal Kerberos
jvidrine@verio.net     .  nectar@FreeBSD.org  .          nectar@kth.se



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030327112906.GC98283>