DerekSelander / dsdump

An improved nm + Objective-C & Swift class-dump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dsdump doesn't like protected executables

saagarjha opened this issue · 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.

commented

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