From a24e57548f5b39206f0566ec2be17ec493e0bfab Mon Sep 17 00:00:00 2001 From: opa334 Date: Fri, 7 Oct 2022 18:39:50 +0200 Subject: [PATCH] improve guide --- install_trollinstaller2.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/install_trollinstaller2.md b/install_trollinstaller2.md index e8390e6..2264fc4 100644 --- a/install_trollinstaller2.md +++ b/install_trollinstaller2.md @@ -8,15 +8,12 @@ 1. Run `git clone https://github.com/opa334/TrollStore ~/TrollStore` -2. Get ANY encrypted AppStore IPA using [ipatool](https://github.com/majd/ipatool/releases/tag/v1.1.4) -- Unzip, then do `chmod +x ~/Downloads/ipatool` -- `sudo mv ~/Downloads/ipatool /usr/local/bin` -- `ipatool auth login` +2. Get ANY encrypted AppStore IPA using [ipatool](https://github.com/majd/ipatool) +- In this example, the "Developer" app by Apple will be used, this app only supports iOS 15 and up, for iOS 14 support replace `developer.apple.wwdc-Release` in the following commands with the identifier of an app that still supports iOS 14 +- `brew tap majd/repo && brew install ipatool` - (Optional if you haven't 'purchase' this free app) `ipatool purchase --country US -b developer.apple.wwdc-Release` (Change US to your app store region) - `ipatool download -b developer.apple.wwdc-Release` -> For iOS 14 please make sure to use an app that still supports iOS 14 - 3. Rename the output ipa to `InstallerVictim.ipa`, and put it into ~/TrollStore/_compile/InstallerVictim.ipa 4. Grab pwnify_compiled from Fugu14 repo (https://github.com/LinusHenze/Fugu14/blob/master/tools/pwnify_compiled), sign it using codesign (`codesign -f -s - `) and put it at `~/TrollStore/_compile/pwnify_compiled`