Changes between Initial Version and Version 1 of Ticket #70882, comment 18
- Timestamp:
- Oct 9, 2024, 3:10:29 PM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70882, comment 18
initial v1 8 8 Nobody said the file existed on disk before root patching. 9 9 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.