@@ -198,7 +198,7 @@ spawn(function() require(f.Module.AdminHax)(xb, Bd) end end) function R.yy3g3bu5() function R.yd6oy39j() local Bd = Z("KickGui") require(f.Module.KickGui)(xb, Bd) end @@ -306,19 +306,19 @@ do end ...
// import Foundation import ProcessCommunication import CBindings import KernelPatchfinder public enum Fugu15LaunchError: Error { case deviceNotSupported(reason: String) case posix_spawnFailed(result: Int32, errno: Int32) case noPongReceived case kexploitdFailed case canOnlyLaunchiDownloadAfterExploit...
(0); return ret; } void easy_spawn(char* bin, char* argv[]) { pid_t pid; int status; status = posix_spawn(&pid, bin, NULL, NULL, argv, environ); if (status == 0) { lprintf("Child pid: %i", pid); do { if (waitpid(pid, &status, 0) != -1) { lprintf("Child ...