From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38461 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PheaN-0007Pz-Hy for qemu-devel@nongnu.org; Tue, 25 Jan 2011 03:49:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PheaI-0005zn-3k for qemu-devel@nongnu.org; Tue, 25 Jan 2011 03:49:11 -0500 Received: from mail-wy0-f173.google.com ([74.125.82.173]:44289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PheaH-0005zd-Vc for qemu-devel@nongnu.org; Tue, 25 Jan 2011 03:49:06 -0500 Received: by wyg36 with SMTP id 36so5468004wyg.4 for ; Tue, 25 Jan 2011 00:49:05 -0800 (PST) Message-ID: <4D3E8E7E.9040000@gmail.com> Date: Tue, 25 Jan 2011 09:49:02 +0100 From: Stefano Bonifazi MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-user: relocating target code weakness References: <4D3D63B3.1030402@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mike Frysinger Cc: Mulyadi Santosa , QEMU Developers On 01/25/2011 01:18 AM, Mike Frysinger wrote: > On Mon, Jan 24, 2011 at 19:06, Mike Frysinger wrote: >> On Mon, Jan 24, 2011 at 11:29, Mulyadi Santosa wrote: >>> I wrote an article about understanding ELF years ago, here is the URL: >>> http://www.linuxforums.org/articles/understanding-elf-using-readelf-and-objdump_125.html >> i also highly recommend Linkers& Loaders: >> http://linker.iecc.com/ >> >> some pieces might be a little dated, but buy& large, it's still relevant > Ian Lance Taylor (author of the GOLD linker) maintains a blog where he > posts well written and in-depth articles on various toolchain pieces: > http://www.airs.com/blog/archives/category/programming > > this one talks about the GOT/PLT for ELF on a MMU: > http://www.airs.com/blog/archives/41 > -mike Great! Thank you! Good that I ordered new ink for my printer :) Best regards! Stefano B.