December 6, 2018 10:20 AM, "Sebastian Lackner" sebastian@fds-team.de wrote:
since it seems pretty easy to check, I would also recommend to verify that dyld is indeed already loaded before calling any of the lookup functions.
But dyld *must* always be mapped in by the kernel. Otherwise, it would not be possible to load any other images at all. Therefore, I think we can safely assume that dyld is loaded.
Chip