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.