-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
I have an iPad mini 2 with ios 11.1.2 jailbroken with Unc0ver.
I've downloaded and compiled the latest version however I'm having issues with no output being produced.
This following generates headers in the outdir folder as expected:
classdump-dyld -o outdir /System/Library/Frameworks/UIKit.framework
This generates no output:
classdump-dyld -o outdir /usr/libexec/backboardd
Dumping /usr/libexec/backboardd...(96 classes) (injected with libclassdumpdyld.dylib)
Writing /usr/libexec/backboardd headers to disk...
All done for /usr/libexec/backboardd
Done. Check "outdir" directory.
This is a app I am looking at is not encrypted and the output directory is empty:
classdump-dyld -o out /var/containers/Bundle/Application/A7F4E1DD-996F-48C4-99E5-E7803D36607B/blue.app/orange
Done. Check "out" directory.
lipo -info /var/containers/Bundle/Application/A7F4E1DD-996F-48C4-99E5-E7803D36607B/blue.app/orange
Non-fat file: /var/containers/Bundle/Application/A7F4E1DD-996F-48C4-99E5-E7803D36607B/blue.app/orangeis architecture: arm64
otool -l /var/containers/Bundle/Application/A7F4E1DD-996F-48C4-99E5-E7803D36607B/blue.app/orange| grep -A 4 LC_ENCRYPTION_INFO
cmd LC_ENCRYPTION_INFO_64
cmdsize 24
cryptoff 16384
cryptsize 950272
cryptid 0
Metadata
Metadata
Assignees
Labels
No labels