On Wed, Oct 18, 2023 at 11:41:12PM +0900, Yoshihiro Kawamata wrote: > From: "Theo de Raadt" <dera...@openbsd.org> > Subject: Re: ldd error with setuid/setgid binaries > Date: Wed, 18 Oct 2023 06:35:51 -0600 > > > You don't explain why you need to do this. You just completely skipped > > that. > > You don't justify why you need it to work. Does that make me care?? No, it > > really doesn't make me care. > > This is to find executable binaries that use old shared libraries that > no longer exist after an OS upgrade. >
objdump -p will be as good. Yes, it does not recurse, but it doesn't need to, since you also want to wipe libraries that link with old libraries.