DYLD — Do You Like Death? (IX)

Karol Mazurek
7 min readMay 1, 2024

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

This is the ninth article in the series about debugging Dyld-1122 and analyzing its source code. We will introduce RuntimeState which APIs are used for tracking process-related data, such as threads or loaded Mach-Os.

Please note that this analysis may contain some errors as I am still learning and working on it

--

--