Date: Wed, 22 Aug 2001 09:26:44 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: hackers@FreeBSD.org Subject: Re: [PATCH] install -s -s(trip-me-harder) Message-ID: <20010822092644.C48284@dragon.nuxi.com> In-Reply-To: <20010822014007.A27686@xor.obsecurity.org>; from kris@obsecurity.org on Wed, Aug 22, 2001 at 01:40:07AM -0700 References: <20010820001654.A32129@xor.obsecurity.org> <20010822004250.A65425@dragon.nuxi.com> <20010822014007.A27686@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 22, 2001 at 01:40:07AM -0700, Kris Kennaway wrote: > > Getting rid of .note[.ABI-tag] will interfere with ELF branding. > > How will it do so? This is the ELF ABI standard-approved way of doing ELF branding: Section Headers: [Nr] Name Type Addr Off Size ES Flg Lk Inf Al [ 2] .note.ABI-tag NOTE 08048110 000110 000018 00 A 0 0 4 with the source of this (for FreeBSD native binaries) being src/lib/csu/common/crtbrand.c. See http://www.netbsd.org/Documentation/kernel/elf-notes.html for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010822092644.C48284>