Changes between Initial Version and Version 1 of Ticket #70882, comment 18


Ignore:
Timestamp:
Oct 9, 2024, 3:10:29 PM (37 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70882, comment 18

    initial v1  
    88Nobody said the file existed on disk before root patching.
    99
    10 `dyld_info` gets its information from the dyld shared cache, not from dylibs on disk.
     10`dyld_info` gets its information from the dyld shared cache, not from dylibs on disk. That's why I gave examples using that program, rather than `otool` which only reads dylibs on disk.