diff --git a/Makefile b/Makefile index 6292bc5..783c22c 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ build_installer15: @unzip ./Victim/InstallerVictim.ipa -d ./_build/tmp15 @cp ./TrollHelper/.theos/obj/TrollStorePersistenceHelper.app/TrollStorePersistenceHelper ./_build/TrollStorePersistenceHelperToInject @pwnify set-cpusubtype ./_build/TrollStorePersistenceHelperToInject 1 - @ldid -s -K./Victim/victim_gta.p12 ./_build/TrollStorePersistenceHelperToInject + @ldid -s -K./Victim/victim.p12 ./_build/TrollStorePersistenceHelperToInject APP_PATH=$$(find ./_build/tmp15/Payload -name "*" -depth 1) ; \ APP_NAME=$$(basename $$APP_PATH) ; \ BINARY_NAME=$$(echo "$$APP_NAME" | cut -f 1 -d '.') ; \ diff --git a/Victim/README.md b/Victim/README.md index 5e0ab41..3faab5d 100644 --- a/Victim/README.md +++ b/Victim/README.md @@ -1,13 +1,7 @@ -# Victim Binary and Cert +# Victim IPA and Cert -In order to support user app installations (works on anything but iOS 14 arm64), TrollStore needs a victim binary that it attaches to any binary installed by it. By default it uses the binary of "Pastebin Mobile", because the dev of that app gave me permission to use that. - -In order to compile a pwned TrollInstaller2 IPA, you need to provide a dev cert with the same team ID as your target app in this directory. +In order to compile a pwned TrollHelperOTA arm64 IPA, you need to provide a dev cert with the same team ID as your victim app in this directory. ```bash ./make_cert.sh ``` - -(Currently victim_gta.p12 is used by the build script, this works for GTA Car Tracker app, to use another app generate a new cert with the team ID and make sure to update the path in build script too) - -((Disregard the user app stuff described above, it's not implemented yet, will be in TrollStore 2.0)) \ No newline at end of file diff --git a/Victim/victim b/Victim/victim deleted file mode 100755 index b723ec1..0000000 Binary files a/Victim/victim and /dev/null differ diff --git a/Victim/victim.p12 b/Victim/victim.p12 index 00214ab..b47d699 100644 Binary files a/Victim/victim.p12 and b/Victim/victim.p12 differ diff --git a/Victim/victim_gta.p12 b/Victim/victim_gta.p12 deleted file mode 100644 index b47d699..0000000 Binary files a/Victim/victim_gta.p12 and /dev/null differ