/ppsideloader_py

an python implementatio of @eni9889's ppsideloader

Primary LanguagePython

++sideloader_py

an python implementation of @eni9889's ppsideloader
injecting/patching tweaks into apps by loading a library on the main app executable

Requirements

How to use

  1. MacOS or Windows user download the pre-compiled binrary from here (linux user download this repo)
  2. Get an (decrypted) ipa from your app
  3. Extract the .ipa and compress the content of Payload/AppName.app/ (the inside of AppName.app) to app.zip
  4. Get your Tweak .dylib and compress to Tweak.zip
  5. Extract the ppsideloader_py .zip
  6. Copy both zips into the directory where the program is
  7. Open the ppsiderloader_py prgram with (linux user: run it over python)
  8. Click on Extract Files, it will setup everything
  9. Enter the App Exec name in the box and click on Hex edit app
  10. Click on Creat IPA and your ipa with the ++ tweak will be made.

Credits