dsdump icon indicating copy to clipboard operation
dsdump copied to clipboard

dsdump from shared cache?

Open jslegendre opened this issue 5 years ago • 2 comments

Now that Big Sur is only shipping with a shared cache, it would be awesome to dsdump a framework from within the shared cache. Even support for extracted libraries would be sweet!

jslegendre avatar Jul 29 '20 03:07 jslegendre

This would be very useful

lmcd avatar Dec 19 '20 22:12 lmcd

I think this already works, e.g.

dsdump /System/Library/Frameworks/SwiftUI.framework/SwiftUI 

gives a valid list of symbols despite not being a valid path on the file system.

However, with --swift unfortunately it crashes, e.g

mh@MacBook-Air ~ % dsdump --swift /System/Library/Frameworks/SwiftUI.framework/SwiftUI 
zsh: segmentation fault  dsdump --swift /System/Library/Frameworks/SwiftUI.framework/SwiftU
mh@MacBook-Air ~ % dsdump   
Version: 0.8.3 Built: (14:20:17, Jun 20 2022), Usage: dsdump [option..] <mach-o-file>, use -h for help

malhal avatar Aug 22 '22 14:08 malhal