neoglow Posted April 19, 2010 Posted April 19, 2010 I am trying to make my own payload which will run when a usb drive is inserted in to a pc. I then want it to copy the payload to the computer and then copy to any other usb drive when entered. Is this possible? I know that one payload copys itself to usb drives when entered just not sure how its done. Quote
pyr Posted April 29, 2010 Posted April 29, 2010 (edited) It is. Which language do you want to use ? I advice you native C/C++. If you want something silent (I guess), don't forget to check for read-only usb storage, and disk free space, to avoid annoying messages. edit : you will not be able to write your payload in the cd-rom emulated part of the usb drive. If you think about writing your payload for automatic lauching with U3, it is not possible, because U3 autorun is located on the read-only part. You also will not be able to edit the autorun.inf, for the same reason. Edited April 29, 2010 by pyr Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.