Class-dump-x extracts hidden files from the private library

Source: Internet
Author: User

To extract the header files hidden in the iPhone SDK, you must also use a powerful tool class-dump.

 

Class-dump is a tool that extracts class declarations from object-C, with this feature, we can find the unknown classes in the iPhone SDK and the methods without public classes.

 

Download connection of class-dump

 

Http://www.codethecode.com/projects/class-dump/

 

This class-dump can dump the Mac OS X (or the iPhone simulator) class. Now we can dump the library on the iPhone, which runs in the Mac environment.

 

Http://iphone.freecoder.org/classdump_en.html

 

Command line format:

 

Class-dump-X-h-o Class header file output path library binary file path

 

Example:

First, CD to the current directory of/users/link/Note.

 

 

Class-dump-X-h-o/users/link/desktop/headfold/developer/platforms/iphoneos. platform/developer/sdks/iphoneos2.0.sdk/system/library/privateframeworks/calendarui. framework/calendarui

 

You can extract all header files in the uikit framework to the/users/link/desktop/headfold Directory, which is not officially published.

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.