I published another part of my notes about debugging the loading process and analyzing the low-level functionalities of dyld.

https://karol-mazurek.medium.com/dyld-do-you-like-death-ix-5052c865100e?sk=v2%2Fe078d739-ab30-4f2d-8a12-eefc63dd73b4

Below is a brief overview by tags what you can expect inside:
RuntimeState | ProcessConfig | finalizeListTLV | FileManager | _fsUUIDMap | OrderedMap | UUIDs | PermanentRanges | state APIs

Enjoy!
#apple #arm #c #dyld #debugging #programming #lldb #re

DYLD — Do You Like Death? (IX) | Medium

Debugging Dyld, introducing RuntimeState which APIs are used for tracking process-related data, such as threads or loaded Mach-Os.

Medium