You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this command extract dyld file ,but those files is larger than those create by xcode.
for example, DriverKit,file create by xcode is 512k,while file create by ipsw is 2M.
The impact of this is the symbol file size if very large if I extract all . about 20G,while files create by xcode only 2G-4G
Describe the solution you'd like
Can this extract file that minimize the size ?
Describe alternatives you've considered
Can this extract file that minimize the size ?
Search
I did search for other open and closed issues before opening this
Code of Conduct
I agree to follow this project's Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
command
ipsw dyld extract dyld_shared_cache_arm64 --all --output /Users/xxx/Desktop/extracted
this command extract dyld file ,but those files is larger than those create by xcode.
for example, DriverKit,file create by xcode is 512k,while file create by ipsw is 2M.
The impact of this is the symbol file size if very large if I extract all . about 20G,while files create by xcode only 2G-4G
Describe the solution you'd like
Can this extract file that minimize the size ?
Describe alternatives you've considered
Can this extract file that minimize the size ?
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: