mirror of https://github.com/opa334/TrollStore.git
improve guide
This commit is contained in:
parent
74c0f778fa
commit
a24e57548f
|
@ -8,15 +8,12 @@
|
||||||
|
|
||||||
1. Run `git clone https://github.com/opa334/TrollStore ~/TrollStore`
|
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)
|
2. Get ANY encrypted AppStore IPA using [ipatool](https://github.com/majd/ipatool)
|
||||||
- Unzip, then do `chmod +x ~/Downloads/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
|
||||||
- `sudo mv ~/Downloads/ipatool /usr/local/bin`
|
- `brew tap majd/repo && brew install ipatool`
|
||||||
- `ipatool auth login`
|
|
||||||
- (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)
|
- (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`
|
- `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
|
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 - <path/to/pwnify_compiled>`) and put it at `~/TrollStore/_compile/pwnify_compiled`
|
4. Grab pwnify_compiled from Fugu14 repo (https://github.com/LinusHenze/Fugu14/blob/master/tools/pwnify_compiled), sign it using codesign (`codesign -f -s - <path/to/pwnify_compiled>`) and put it at `~/TrollStore/_compile/pwnify_compiled`
|
||||||
|
|
Loading…
Reference in New Issue