Skip to content

Commit

Permalink
Remove old debug code...
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBuchanan314 committed May 21, 2018
1 parent 1056c09 commit 0e7e1b4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/exploit.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,7 @@ int main(int argc, char *argv[])
close(usb_fd);
return -1;
}
}

FILE *log = fopen("log", "w");
fwrite(payload_buf, 1, payload_idx, log);
fclose(log);

}
printf("[+] Sent 0x%x bytes\n", payload_idx);

/* Smash the stack! */
Expand Down

0 comments on commit 0e7e1b4

Please sign in to comment.