Dynamically loads Reveal into applications and plugins.
This package uses the RevealServer.framework of Reveal v21(11690) , you can replace it to what you want.
Compatible with iOS8 ~ iOS14
jailbroken device.
- Download the '.deb' package here
- Copy the deb file to your iOS device, such as
/var/mobile/Documents/Reveal2Loader_1.0-4_iphoneos-arm.deb
- SSH to your device, execute the following command:
cd /var/mobile/Documents/
dpkg -i Reveal2Loader_1.0-4_iphoneos-arm.deb
The iOS11 ~ iOS12 jailbroken device does not take effect after installing Reveal2Loader. Because the dlopen function fails to load the RevealServer dynamic library. The error is as follows
file system sandbox blocked mmap() '/Library/Frameworks/RevealServer.framework/RevealServer'
This code fixed it now.
- original version: https://github.com/zidaneno5/Reveal2Loader