Move TrollInstaller2 to Installer/TrollInstaller2 & Update install_trollinstaller2.md

This commit is contained in:
0x8ff 2022-10-07 00:17:36 -07:00
parent 19647f2e66
commit 983557134f
42 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
cd ../TrollInstaller2
cd ../Installer/TrollInstaller2
make clean
make package
cd -
lipo -thin arm64e ../TrollInstaller2/.theos/obj/debug/TrollInstaller2.app/TrollInstaller2 -output ./out/pwn_arm64e
lipo -thin arm64e ../Installer/TrollInstaller2/.theos/obj/debug/TrollInstaller2.app/TrollInstaller2 -output ./out/pwn_arm64e
ldid -S -M -Kcert.p12 ./out/pwn_arm64e
mkdir ./out/devpwn

View File

@ -1,6 +1,6 @@
# Installation through TrollInstaller 2
**Supported devices:** A12-A15, 14.0 - 15.4.1 (15.5b4)
**Supported devices:** A12 - A15, 14.0 - 15.4.1 (15.5b4)
## Compiling pwned IPA (currently requires a Mac) (Needs THEOS and 14.5 sdk installed)