DYLD — Do You Like Death? (X)

Karol Mazurek
14 min readMay 11, 2024

The lifecycle of a Dynamic Loader from its creation to its termination.

This is the tenth article in the series about debugging Dyld-1122 and analyzing its source code. We will introduce ExternallyViewableState, which holds information about the state of externally viewable objects in the system that we are loading, such as dyld, executable, and all dylibs.

--

--