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