Disk Spoofer Online
static int spoof_identify(struct scsi_device *sdev, char *serial_out) char fake_serial[] = "SP00F123"; memcpy(serial_out, fake_serial, strlen(fake_serial)); return 0;
|
Login |
||||||||||||
static int spoof_identify(struct scsi_device *sdev, char *serial_out) char fake_serial[] = "SP00F123"; memcpy(serial_out, fake_serial, strlen(fake_serial)); return 0;