We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bro can you share a code for wipe the device via checkra1n from terminal, i am trying to recreate but without lucky, can you make me a hand
The text was updated successfully, but these errors were encountered:
this is my code
@autoreleasepool { int rv = 0; extern int SBDataReset(mach_port_t, int); extern mach_port_t SBSSpringBoardServerPort(void); mach_port_t SpringBoardServerPort = SBSSpringBoardServerPort(); assert(MACH_PORT_VALID(SpringBoardServerPort)); rv = SBDataReset(SpringBoardServerPort, 1); //NSLog(@"rv: " "%d" "\n", rv); assert(rv == 0); rv = reboot(0x400); //rv = SBDataReset(SpringBoardServerPort, 5); } it just reboot but not wipe on ios 12
Sorry, something went wrong.
D
No branches or pull requests
Bro can you share a code for wipe the device via checkra1n from terminal, i am trying to recreate but without lucky, can you make me a hand
The text was updated successfully, but these errors were encountered: