|
From: Leung Ngai-H. Z. <leu...@co...> - 2006-03-04 01:18:17
|
On Fri, 3 Mar 2006, Julian Seward wrote: > > > > r 0x45BE31 1 > > > r 0x45F248 0 > > Why doesn't it look like the text region? That looks like exactly the > > sort of address that a 32 bit program loads at on x86 to me. > > Indeed, 0x8048xxx is the classic text region on x86-linux. > > Try running with -d -d. This will show the memory layout at > client startup, which might make more sense of it. I'd guess > 0x45xxxx is your ld.so and 0x8048xxx is the executable. Oh, I understand now. I was confused because there are two text regions: ld.so and the executable. Thanks for your help! Zac |