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