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

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.