Skip to content

Commit

Permalink
Update KFDRootViewController.m
Browse files Browse the repository at this point in the history
  • Loading branch information
schnizki authored Jan 8, 2024
1 parent 557f730 commit 6b4c237
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/KFDRootViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ - (void)buttonPressed:(UIButton *)button {
} else {
printf("[-] kernel not exploited, do that first\n");
}
userspaceReboot();

});
}]];

Expand All @@ -154,7 +154,7 @@ - (void)buttonPressed:(UIButton *)button {
} else {
printf("[-] kernel not exploited, do that first\n");
}
userspaceReboot();

});
}]];

Expand All @@ -169,7 +169,7 @@ - (void)buttonPressed:(UIButton *)button {
} else {
printf("[-] kernel not exploited, do that first\n");
}
userspaceReboot();

});
}]];

Expand Down

0 comments on commit 6b4c237

Please sign in to comment.