diff --git a/source/ios_exploit.c b/source/ios_exploit.c index e1e1b5d..a299215 100644 --- a/source/ios_exploit.c +++ b/source/ios_exploit.c @@ -344,12 +344,13 @@ int ExecuteIOSExploit() { if(iosuhaxFd >= 0) { int dummy = 0; - IOS_Ioctl(iosuhaxFd, 0x03, &dummy, sizeof(dummy), &dummy, sizeof(dummy)); + //IOS_Ioctl(iosuhaxFd, 0x03, &dummy, sizeof(dummy), &dummy, sizeof(dummy)); //! do not run patches again as that will most likely crash //! because the wupserver and the iosuhax dev node are still running //! just relaunch IOS with new configuration IOS_Close(iosuhaxFd); + return 0; } //! execute exploit