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

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.