Paisseon / SatellaJailed

Jailed in-app purchase cracker (iOS 12-16)
GNU Affero General Public License v3.0
1.15k stars 109 forks source link

Add sideloadly tutorial for adding satellajailed #4

Closed Aholicknight closed 2 years ago

Aholicknight commented 2 years ago

Added a sideloadly tutorial for adding satellajailed to decrypted IPA's. For this to work with sideloadly, I have added the satella-jailed.dylib to my releases fork

Paisseon commented 2 years ago

Crashing on launch for me

Aholicknight commented 2 years ago

Crashing on launch for me

What is? @Paisseon

Rikysonic commented 2 years ago

You also have to add Orion.framework folder together with Satella.dylib in the Sideloadly list, otherwise it crashes when opening the game. I've tested it with an IPA containing encrypted Unity framework and it works like a charm. (btw thank you so much Paisseon for this, amazing work!)

Aholicknight commented 2 years ago

You also have to add Orion.framework folder together with Satella.dylib in the Sideloadly list

@Rikysonic I have apps sideloaded with Satella and they do not crash for some reason

Rikysonic commented 2 years ago

@Aholicknight the only game I've tested crashed when sideloaded with Satella dylib only and worked when sideloaded with both Satella and Orion framework

Aholicknight commented 2 years ago

@Aholicknight the only game I've tested crashed when sideloaded with Satella dylib only and worked when sideloaded with both Satella and Orion framework

@Rikysonic can you send a download for the Orion framework and I will include it into this tutorial?

Rikysonic commented 2 years ago

@Aholicknight the only game I've tested crashed when sideloaded with Satella dylib only and worked when sideloaded with both Satella and Orion framework

@Rikysonic can you send a download for the Orion framework and I will include it into this tutorial?

It is contained in the 2 zip files in the main project, depending on the OS type https://github.com/Paisseon/SatellaJailed/raw/emt/Orion_12-13.zip - for iOS 12 and iOS 13 https://github.com/Paisseon/SatellaJailed/raw/emt/Orion_14-15.zip - for iOS 14 and iOS 15

The user needs to extract the zip file depending on the iOS version and then load the Orion.framework folder in Sideloadly using the +framework/bundle button.

Aholicknight commented 2 years ago

The user needs to extract the zip file depending on the iOS version and then load the Orion.framework folder in Sideloadly using the +framework/bundle button.

@Rikysonic Thank you I will add this into the pull request now.

Aholicknight commented 2 years ago

Readme is now updated

Aholicknight commented 2 years ago

It is contained in the 2 zip files in the main project, depending on the OS type emt/Orion_12-13.zip (raw) - for iOS 12 and iOS 13 emt/Orion_14-15.zip (raw) - for iOS 14 and iOS 15

@Rikysonic I want to test this with my iPhone but I am on iOS 16.0, will any of these frameworks work with the iOS 16.0 beta?

Rikysonic commented 2 years ago

@Rikysonic I want to test this with my iPhone but I am on iOS 16.0, will any of these frameworks work with the iOS 16.0 beta?

Given that I'm not the dev for this project, I'm not sure, but based on the source code, it seems that the Orion_14-15.zip could work also on iOS 16 beta, just give it a try

Aholicknight commented 2 years ago

Given that I'm not the dev for this project, I'm not sure, but based on the source code, it seems that the Orion_14-15.zip could work also on iOS 16 beta, just give it a try

@Rikysonic I will try

Paisseon commented 2 years ago

Closing since the manual guide covers this