is there anywhere where I could start MobileSubstrate tweaks programming?

后端 未结 3 859
花落未央
花落未央 2020-12-07 07:44

After a search here on the forum I found a question like that, and it redirected me to a tutorial which gave em some basic instructions on manipulating SpringBoard with Capi

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-07 08:14

    You are looking for Theos created by DHowett.. Theos allows you to make tweaks, but it doesn't give you everything you need. You don't get every header for iOS, so you have to class-dump-z the frameworks/private-frameworks from the iOS SDK. Get started here: http://iphonedevwiki.net/index.php/Theos/Getting_Started, or join irc.saurik.net #theos for more help. You can also look at my projects that use theos: https://github.com/evilpenguin

提交回复
热议问题