Skip to content

iOS 11 with Unc0ver - output directory is empty #21

@ninoz

Description

@ninoz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions