How to add a serial number to my usb stick -


i have cheap usb stick. unfortunately stick has no serial number.

is possible add own serial number stick?

no, not possible in general. change usb descriptors , add usb serial number, have modify firmware of usb stick. it's unlikely procedure writing documented, or firmware available in source form. effort takes figure stuff out outweighs cost of buying better usb device.

also, why need serial number? perhaps can store uuid of sort in filesystem of usb drive instead of in firmware of drive itself.

however, link reprogramming usb devices might useful:

https://nakedsecurity.sophos.com/2014/10/06/badusb-now-with-do-it-yourself-instructions/


Comments

Popular posts from this blog

javascript - Access directive function from component class or template -

php - Auto increment employee ID -

python - Evaluating the next line in a For Loop while in the current iteration -