Ramiel
An open-source, multipurpose macOS utility for checkm8-vulnerable iOS/iPadOS devices.
Supported by macOS 10.13 -> 11.X. High Sierra has not been tested but should work fine. Anything lower is unsupported.
Ramiel is currently broken on M1 macs. Most tools for putting devices into PWNDFU mode are broken on M1 macs, an update will be pushed when this is fixed.
Ramiel will also not work on any pre-2012 macbooks/pros. As with M1 macs, most tools for putting devices into PWNDFU mode are broken for these old machines.
FAQs
See Ramiel.app for a list of FAQs.
Usage
- Navigate to the releases page and download the latest build of Ramiel
- Open the .dmg and move Ramiel.app to
/Applications
- Open Ramiel.app
- Follow the setup prompts and allow Ramiel to download some tools
- Connect a checkm8-compatible device in DFU mode
- Have fun!
Building
- Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install cocoapods
brew install cocoapods
- Install libirecovery
brew install libirecovery
- Install libusb
brew install libusb
- Install curl
brew install curl
- Install libpng
brew install libpng
- Install usbmuxd
brew install usbmuxd
- Install git
brew install git
- Clone the project
git clone --recursive https://github.com/MatthewPierson/Ramiel
- Change directory into Ramiel
cd Ramiel
- run
pod install
- Open a new Finder window and go to /usr/local/Cellar/
- Open Ramiel.xcworkspace and, in the top left corner, click Ramiel
- Once in the new tab, select the Ramiel target
- Go down to
Frameworks, Libraries, and Embedded Content
- For any dylib that is greyed out, go back to that finder window and find the name of the tool, wheather that be libirecovery or curl
- Select the dylib in xcode and hit the
-
button. - In finder, go to, for example
/usr/local/Cellar/libirecovery/VERSION/lib/libirecovery-VERSION.dylib
, and drag that into theFrameworks, Libraries, and Embedded Content
section. - Repeat this for all the things grayed out.
- Finally go to Signing & Capabilities and change the Development team to yours, and you should now be able to compile!
Issues
If you run into any bugs or issues with Ramiel, please open an issue using the included templates. Please check for any similar issues that have already been opened before creating a new issue.
Credits
See Ramiel.app's credits section.