[iOS Jailbreak development ten]dump own app

Source: Internet
Author: User
Tags perl script

Personal Original, reprint please indicate source:Cnblogs.com/jailbreaker

previously in [iOS Jailbreak development VI] Use CLASS-DUMP export frameworks header file, through a Perl script dump out frameworks all the header files, this piece mainly talk about dump an app in combat, Create a Singleview app, name MyApp, add a MyClass class, immediately contain 2 methods, one is public in the interface, the other method is non-public, directly see.

MAIN.M calls the public Showinfo method (does not modify the MAIN.M will not affect our dump):

Build the project, right-click Products under Myapp.app, select Show in Finder.

The terminal enters this directory and executes the command:

Class-dump-h Myapp.app-o Myapp_h

When you are done, you can see the folders listed.

Look at the content of MyClass, here dump out not only in the interface API, and implement in the non-public API also show out.

You can also look at the dump out of several other header files, the effect of dump and MyClass is the same.

[iOS Jailbreak development ten]dump own app

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.