Re: client program compiled with pie

"Floyd, Paul" <[email protected]> Wed, 23 Nov 2022 12:49:31 +0100
Newsgroups gmane.comp.debugging.valgrind
Message-ID <[email protected]>
On 17/11/2022 19:22, Mark Roberts wrote:
> How do I find the loaded address of a client program that was compiled
> with -pie?   I.e., how to I map the current execution address  - such as
> 0x4021151 - to the address in the elf file - such as 0x1193?  With -nopie
> the two are identical.


Hi

Do the address space maps that you get when running with -d do what you 
want?

A+

Paul