top | item 41688941

(no title)

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.

discuss

order

ReleaseCandidat|1 year ago

Dynamic dlopen calls do not appear in the ELF at all, these are "normal" function calls.

sim7c00|1 year ago

correct. you cam call dlopen anywhere so loading it into memory or even executing all easy to reach paths wont guarantee you'd get that. you might do full symbolic execution but your 'ldd' might take days or weeks :'D