Re: ELF format
From: fearloathing2001 (fearloathing2001_at_yahoo.com)
Date: 10/14/05
- Next message: Peter T. Breuer: "Re: creating source package"
- Previous message: rahul8143_at_gmail.com: "creating source package"
- In reply to: Paul Pluzhnikov: "Re: ELF format"
- Next in thread: Bill Cunningham: "Re: ELF format"
- Reply: Bill Cunningham: "Re: ELF format"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 14 Oct 2005 14:39:14 -0700
Paul Pluzhnikov wrote:
> By address.
> For example, ".rodata" is at 0x080483f4 and therefore maps into the
> first LOAD segment (spanning 0x08048000 - 0x08048400 range).
Thanks! Yeah, I looked at the readelf src from the binutils package and
there's a for loop starting on line 3378 of readelf.c that comapres
allocated sections by virtual memory address and unallocated sections
by file offsets.
Shawn Windle
- Next message: Peter T. Breuer: "Re: creating source package"
- Previous message: rahul8143_at_gmail.com: "creating source package"
- In reply to: Paul Pluzhnikov: "Re: ELF format"
- Next in thread: Bill Cunningham: "Re: ELF format"
- Reply: Bill Cunningham: "Re: ELF format"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|