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

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.