From owner-freebsd-hackers Sun Jan 18 13:45:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16389 for hackers-outgoing; Sun, 18 Jan 1998 13:45:55 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from gloria.cord.edu (gloria.cord.edu [138.129.254.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16358 for ; Sun, 18 Jan 1998 13:45:22 -0800 (PST) (envelope-from nrahlstr@gloria.cord.edu) Received: from localhost (nrahlstr@localhost) by gloria.cord.edu (8.8.5/8.6.5) with SMTP id PAA07322; Sun, 18 Jan 1998 15:45:03 -0600 (CST) Date: Sun, 18 Jan 1998 15:45:03 -0600 (CST) From: Nathan Ahlstrom To: John Polstra cc: hackers@FreeBSD.ORG Subject: Re: dladdr hax In-Reply-To: <199801182059.MAA15204@austin.polstra.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk Here is the output of test.c compiled on Solaris 2.4. argv[0] = a.out &end = 20b34 &foo = 20b30: fname = a.out fbase = 10000 sname = foo saddr = 20b30 &bar = 20b18: fname = a.out fbase = 10000 sname = bar saddr = 20b18 &main = 107d0: fname = a.out fbase = 10000 sname = main saddr = 107d0 &printf = 20af0: fname = a.out fbase = 10000 sname = _PROCEDURE_LINKAGE_TABLE_ saddr = 20a9c &setuid = 20b08: fname = a.out fbase = 10000 sname = _PROCEDURE_LINKAGE_TABLE_ saddr = 20a9c Nathan nrahlstr@gloria.cord.edu On Sun, 18 Jan 1998, John Polstra wrote: > Could somebody with access to a Solaris machine please compile and > run the attached program, and send me its output? > > Thanks, > John > -- > John Polstra jdp@polstra.com > John D. Polstra & Co., Inc. Seattle, Washington USA > "Self-knowledge is always bad news." -- John Barth > >