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

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.