We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
The text was updated successfully, but these errors were encountered:
Same here.
Sorry, something went wrong.
@limneos Any update?
No branches or pull requests
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:
This is a app I am looking at is not encrypted and the output directory is empty:
The text was updated successfully, but these errors were encountered: