Giter Club home page Giter Club logo

app-headers's Introduction

Collection of App Store app headers for a handful of apps. These headers are unofficial. If you would like headers for free apps, I accept requests.

As of 24th December 2016, I no longer update these headers unless specifically requested.

If you would like to grab headers but do not know how, below is how I did it:

  1. Install classdump-dyld from BigBoss.
  2. Find UUID of the App from /private/var/mobile/Containers/Bundle/Application (iOS 8 or later).
  3. Either in a Terminal app such as NewTerm or connected via SSH, type this but replace the capitals with the correct naming for you: classdump-dyld /private/var/mobile/Containers/Bundle/Application/UUIDHERE/APPNAME.app/BINARYNAME -o /var/root/ANYFOLDERNAMEHERE
  4. Enjoy. You now have headers in /var/root/ANYFOLDERNAMEHERE.

Please note that the above method is not working on iOS 9.3.3 (and possibly a bit older, haven't been able to test that). If you are running this iOS, then you need to install cycript and then follow the instructions below:

  1. Either in a Terminal app such as NewTerm or connected via SSH, type this and the following steps but replace the capitals with the correct naming for you: cycript -p APPNAME - (if this does not work, then follow step 2 above to find the binary name and use that). Once done, follow the commands below.
  2. dlopen("/usr/lib/libclassdumpdyld.dylib",RTLD_NOW)
  3. dumpBundle=@encode(id(id))(dlsym(RTLD_DEFAULT,"dumpBundle"))
  4. dumpBundle([NSBundle mainBundle])
  5. Enjoy. You now have headers in /tmp/APPNAMEHERE.

app-headers's People

Contributors

iadam1n avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

milanpatel74

app-headers's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.