Tools for hard drive diagnostics, repair, and data recovery
July 1st, 2013, 8:25
hello guys i have used hddhacker on my wd10ezex hdd to make it work in my xbox and now my hdd that i got the backup firmware.bin file on have crashed the pcb is dead howewer could someone get hddhacker software with a ms-dos usb and backup the firmware and send it to me and u got a life saver forever
July 1st, 2013, 14:47
ok but how do i do when he says this Serial num + spaces what do he mean by spaces ?
July 1st, 2013, 15:26
could u translate it for me ?
S/N WMC1S1132793
MODEL WD10EZEX
FIRMWARE 00RKKA0
July 1st, 2013, 23:01
It means that the Bytes allocated to the serial number is byte 0x0, 0x1 ,0x2......0x14 (20 bytes). So if the serial number does not take up 20 bytes, you have to "pad" it at the end with spaces, which is ascii 0x20.
eg:
a serial number of 123 = 31 32 33 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20
a serial number of abcdefg1234567 = 61 62 63 64 65 66 67 31 32 33 34 35 36 37 38 20 20 20 20 20
if the serial number is actually 20 bytes, you dont need the padding of 0x20!
cheers
July 2nd, 2013, 5:32
But that wasnt that i asked for cuz im totally retarded in hex editor it always goes wrong so i did ASK about if someone could make it for me.
July 2nd, 2013, 7:42
Hi,
I don't think it is all that hard. Just need to read, reread, read again.
I am not sure you read the supplied info as you are missing vital information that would enable someone to make it for you.
The 4 bytes at offsets 58 - 5B are the total capacity of your WD drive in LBAs. This will be printed on the label, 1250263728. We need to convert this number into hexadecimal format. Google's calculator can do this for us:
Powered by phpBB © phpBB Group.