tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: RT linker, rpath and security



On Thu, May 11, 2023 at 09:57:09AM -0400, Mouse wrote:
> It is?  What is the tool to show the list of paths baked into a binary?

	objdump -p /bin/ls | fgrep RPATH

or if you want to know where it finds all libs it needs:

	ldd /bin/ls

Martin


Home | Main Index | Thread Index | Old Index