109
edits
Joel Reymont (talk | contribs) |
Joel Reymont (talk | contribs) |
||
| Line 195: | Line 195: | ||
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation | /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation | ||
</pre> | </pre> | ||
It turns out that ''DYLD_PRINT_LIBRARIES=1'' is the way to show libraries loaded by dyld before a program's entry point (main) whereas ''DYLD_PRINT_LIBRARIES_POST_LAUNCH=1'' will show libraries loaded afterwards, e.g. using ''dlopen'' or ''NSBundle''. | |||
= Previous statuses = | = Previous statuses = | ||
edits