dsdump icon indicating copy to clipboard operation
dsdump copied to clipboard

dsdump doesn't like protected executables

Open saagarjha opened this issue 5 years ago • 1 comments

$ dsdump -s /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
WARNING: couldn't find address 0x3aae3545b (0x3aae3545b) in binary!
Segmentation fault: 11

I think we should at the very least try to detect these and abort if we're not going to handle them correctly.

saagarjha avatar Dec 04 '19 03:12 saagarjha

I like that idea. I'll get an LC_ENCRYPTION check in + your other changes over the weekend.

DerekSelander avatar Dec 06 '19 03:12 DerekSelander