top | item 41688790

(no title)

aleden | 1 year ago

Disentangling who loads what without actually running the app, i.e. allowing a sequence of dlopen() calls to succeed, seems impossible to accomplish in the presence of binary code which cannot be effectively scrutinized.

discuss

order

ReleaseCandidat|1 year ago

It's not about calling the app itself - that doesn't happen with ldd. ldd does not know about dlopened libraries.

aleden|1 year ago

I guess I wasn't sure that DT_NEEDED entries covered everything. Sometimes you have stuff that happens in DT_INIT constructors.