Q: Build may be slow as Theos isn’t using all available CPU cores on this computer.
参考链接:Parallel Building
步骤:
brew install make
echo PATH=\"$(brew --prefix make)/libexec/gnubin:\$PATH\" >> ~/.zprofile
Q: palera1n loader app can't disappear after jailbreak on iPhone X(16.7.10)
Reference Link: palera1n #541
- Restore iPhone by Finder
- Don't use passcode
- Turn off "Find My Device"
How to jailbreak iPhone
Download palera1n
Download palera1n on Mac:
sudo /bin/sh -c "$(curl -fsSL https://static.palera.in/scripts/install.sh)"
Rootless jailbreak
palera1n -l
Install Sileo
Open palera1n app and then install Sileo .
- install ssh: Open Sileo app and search ssh,install ssh-server and ssh-client .
- install frida: https://build.frida.re
Enable ssh root
Install iproxy: brew install libusbmuxd
On mac run command:
iproxy 2221 22
Connect to iPhone using ssh
ssh mobile@127.0.0.1 -p 2221
Enbale root user:
sudo passwd root
How to install ipa
Install ideviceinstaller:
brew install libimobiledevice
brew install ideviceinstaller
Install ipa:
ideviceinstaller -i <path_to_your_app>.ipa
ideviceinstaller -l
ideviceinstaller -u <bundle_id>
ideviceinstaller -r -i <path_to_your_app>.ipa
Common sources
- Frida: https://build.frida.re
Comments