Kevin Bradley c19bf3b3b1 first full commit 7 vuotta sitten
..
AddressBookUI c19bf3b3b1 first full commit 7 vuotta sitten
AlienBlue c19bf3b3b1 first full commit 7 vuotta sitten
AppKit c19bf3b3b1 first full commit 7 vuotta sitten
AppList c19bf3b3b1 first full commit 7 vuotta sitten
AppSupport c19bf3b3b1 first full commit 7 vuotta sitten
AssertionServices c19bf3b3b1 first full commit 7 vuotta sitten
BackBoardServices c19bf3b3b1 first full commit 7 vuotta sitten
BiteSMS c19bf3b3b1 first full commit 7 vuotta sitten
BulletinBoard c19bf3b3b1 first full commit 7 vuotta sitten
CaptainHook c19bf3b3b1 first full commit 7 vuotta sitten
Celestial c19bf3b3b1 first full commit 7 vuotta sitten
ChatKit c19bf3b3b1 first full commit 7 vuotta sitten
CoreFoundation c19bf3b3b1 first full commit 7 vuotta sitten
CoreLocation c19bf3b3b1 first full commit 7 vuotta sitten
Flipswitch c19bf3b3b1 first full commit 7 vuotta sitten
Foundation c19bf3b3b1 first full commit 7 vuotta sitten
FrontBoard c19bf3b3b1 first full commit 7 vuotta sitten
GraphicsServices c19bf3b3b1 first full commit 7 vuotta sitten
IMCore c19bf3b3b1 first full commit 7 vuotta sitten
IMDaemonCore c19bf3b3b1 first full commit 7 vuotta sitten
IMFoundation c19bf3b3b1 first full commit 7 vuotta sitten
IconSupport c19bf3b3b1 first full commit 7 vuotta sitten
Jasmine c19bf3b3b1 first full commit 7 vuotta sitten
LightMessaging c19bf3b3b1 first full commit 7 vuotta sitten
MapKit c19bf3b3b1 first full commit 7 vuotta sitten
MediaPlayer c19bf3b3b1 first full commit 7 vuotta sitten
MediaPlayerUI c19bf3b3b1 first full commit 7 vuotta sitten
MediaRemote c19bf3b3b1 first full commit 7 vuotta sitten
MobileCoreServices c19bf3b3b1 first full commit 7 vuotta sitten
MobileGestalt c19bf3b3b1 first full commit 7 vuotta sitten
MobileIcons c19bf3b3b1 first full commit 7 vuotta sitten
MobilePhone c19bf3b3b1 first full commit 7 vuotta sitten
MobileSMS c19bf3b3b1 first full commit 7 vuotta sitten
MobileTimer c19bf3b3b1 first full commit 7 vuotta sitten
Pandora c19bf3b3b1 first full commit 7 vuotta sitten
PersistentConnection c19bf3b3b1 first full commit 7 vuotta sitten
PhotoLibrary c19bf3b3b1 first full commit 7 vuotta sitten
PhotoLibraryServices c19bf3b3b1 first full commit 7 vuotta sitten
Preferences c19bf3b3b1 first full commit 7 vuotta sitten
PreferencesUI c19bf3b3b1 first full commit 7 vuotta sitten
QuartzCore c19bf3b3b1 first full commit 7 vuotta sitten
SpringBoard c19bf3b3b1 first full commit 7 vuotta sitten
SpringBoardFoundation c19bf3b3b1 first full commit 7 vuotta sitten
SpringBoardServices c19bf3b3b1 first full commit 7 vuotta sitten
SpringBoardUI c19bf3b3b1 first full commit 7 vuotta sitten
SpringBoardUIServices c19bf3b3b1 first full commit 7 vuotta sitten
StoreKitUI c19bf3b3b1 first full commit 7 vuotta sitten
TechSupport c19bf3b3b1 first full commit 7 vuotta sitten
TelephonyUI c19bf3b3b1 first full commit 7 vuotta sitten
Tweetbot c19bf3b3b1 first full commit 7 vuotta sitten
TwitkaFly c19bf3b3b1 first full commit 7 vuotta sitten
UIKit c19bf3b3b1 first full commit 7 vuotta sitten
Velox c19bf3b3b1 first full commit 7 vuotta sitten
_Prefix c19bf3b3b1 first full commit 7 vuotta sitten
auki c19bf3b3b1 first full commit 7 vuotta sitten
installd c19bf3b3b1 first full commit 7 vuotta sitten
libactivator c19bf3b3b1 first full commit 7 vuotta sitten
libopener c19bf3b3b1 first full commit 7 vuotta sitten
libpackageinfo c19bf3b3b1 first full commit 7 vuotta sitten
libstatusbar c19bf3b3b1 first full commit 7 vuotta sitten
logos c19bf3b3b1 first full commit 7 vuotta sitten
objc c19bf3b3b1 first full commit 7 vuotta sitten
openssl c19bf3b3b1 first full commit 7 vuotta sitten
rocketbootstrap c19bf3b3b1 first full commit 7 vuotta sitten
Availability2.h c19bf3b3b1 first full commit 7 vuotta sitten
CydiaSubstrate.h c19bf3b3b1 first full commit 7 vuotta sitten
LICENSE.md c19bf3b3b1 first full commit 7 vuotta sitten
README.md c19bf3b3b1 first full commit 7 vuotta sitten
libcolorpicker.h c19bf3b3b1 first full commit 7 vuotta sitten
libhbangcommon c19bf3b3b1 first full commit 7 vuotta sitten
substrate.h c19bf3b3b1 first full commit 7 vuotta sitten
substrate2.h c19bf3b3b1 first full commit 7 vuotta sitten
version.h c19bf3b3b1 first full commit 7 vuotta sitten

README.md

The headers that HASHBANG Productions uses. Headers are only created for classes we need, and only methods that we use are added to them. This is due to the large number of classes and methods that are broken in class dumps - this way, we manually set up the headers and they are guaranteed to work.

Feel free to use these (git clone git://github.com/hbang/headers.git $THEOS/include - if you have an existing $THEOS/include directory, rename it) and add on to them.

Credits

Headers that aren't from elsewhere are released into the Public Domain.

Code rules

  • Create headers only for what you use.
  • Follow the existing coding style.
  • Singleton (sharedInstance) methods should return instancetype.
  • Don't just copy and paste lines from class-dumps - replace id with the appropriate class. Also change arg1 and the like, or in some cases class-dump-z's guessed argument names, to something more appropriate. Cycript is helpful here:

    $ cycript -p SpringBoard
    cy# [SBBaconController sharedInstance].baconCurrentlyBeingEaten.class
    @"SBBacon"
    

    Additionally, keep ARM64 support in mind - float should become CGFloat, int should become NSInteger, and unsigned should become NSUInteger. This is especially important when using the headers as reference for hooking.

  • Any headers from an open-source library can be included here, but please note its license here in the readme.

  • (Optional but I'd appreciate it!) Be awesome; pull request your changes back to this repo so others can benefit.