[Tutorial] How to build Electra ( iOS 11 Jailbreak app ) with ldid2


Coolstar has released a new beta version of Electra jailbreak toolkit for iOS 11 – iOS 11.1.2. The author also release the source code of the jailbreak toolkit on Github. I would like to try to find out how the toolkit work by building it on my own. So I wrote this guide for people (who may be a developer) can follow instructions and build Electra toolkit successfully. The most important of all, b...

[Tutorial] Import IOKit framework into Xcode project


While you’re developing iOS project on Xcode, you may need IOKit framework for some reason, such as get UDID of iDevice …etc, or using on Yalu’s project… The I/O Kit framework implements non-kernel access to I/O Kit objects (drivers and nubs) through the device-interface mechanism. So, in this article, I tried to write down how I import IOKit framework into a Xcode project....

iOS 9 App Transport Security 設定


最近因為OS X更新到了10.11,也將Xcode隨著更新到了第7版 剛好要改一個舊的Project,在連線功能卻出現了這個問題: [crayon-63297dc421fd3902277834/] 查了一下Document才知道 Apple在 WWDC 2015改變了一些東西:“What’s New in iOS 9”