A whole lot of changes to make the code more device-oriented
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
int status = exploit_device();
|
||||
if(status != 0)
|
||||
struct pwned_device *dev = exploit_device();
|
||||
if(dev == NULL)
|
||||
{
|
||||
printf("Failed to checkm8_remote device\n");
|
||||
return status;
|
||||
printf("Failed to exploit device\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user