LinusHenze / Fugu
- среда, 5 февраля 2020 г. в 00:19:50
C
Fugu is the first open source jailbreak based on the checkm8 exploit
Fugu is the first open source jailbreak tool based on the checkm8 exploit.
UPDATE: NewTerm and other Apps that do not rely on tweak injection should work now.
UPDATE2: Experimental MobileSubstrate support has been added. Tested with Bloard and PreferenceLoader.
IMPORTANT: This jailbreak is currently in development and only meant to be used by developers. While it is possible to install Sileo (or Cydia), most tweaks (and probably other stuff) won't work. Additionally, although the root filesystem is mounted read/write, rebooting into non-jailbroken mode will reset the root filesystem back to stock!
Currently, the iPad Pro (2017) and iPhone 7 are the only officially supported devices (on iOS 13 - 13.3.1).
Note that you can also download a precompiled version from the releases tab.
To build Fugu, make sure you have Xcode and Homebrew installed.
Using Homebrew, install llvm and binutils:
brew install llvm binutilsAfterwards, open the Fugu Xcode Project, select Fugu as target (if it's not already selected) and build it.
This should generate Fugu and a shellcode folder in the build folder. You're now ready to go!
I recommend you to just launch Fugu without any parameters to see all the options.
If you would just like to jailbreak your iDevice, run the following:
Fugu iStrapYou may need to run this command multiple times. If it won't work after the 4th try, enter DFU mode again.
This will send iStrap (the kernel bootstrapper) to your iDevice together with iDownload (small application that can be used to upload files to the iDevice or execute commands). See Components for more information.
IMPORTANT: All of this is highly experimental. Expect things to be broken.
Make sure you have libusbmuxd installed.
You can install it through Homebrew:
brew install libusbmuxdAfter installing usbmuxd, boot your iDevice into jailbroken mode (e.g. Fugu iStrap) and unlock it afterwards.
Make sure it's still connected to your Mac via USB.
You can now install Sileo using:
python install_sileo.pyThis will download all the necessary files to install Sileo and install it.
After the installation is done, you should see the Sileo Icon on your Homescreen.
Aditionally, SSH will be running now. Make sure to change the root/mobile passwords!
MobileSubstrate will be installed as well.
Fugu consists of the following components:
All code in this repository, except for third party code (see 3rdParty.txt), is released under the GPL v3.
Fugu - iOS Jailbreaking tool
Copyright (C) 2019/2020 Linus Henze
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
The full license text can be found in the LICENSE file.