Two years ago, I saw a simple U disk thief source program written in C by others on the Internet. It was indeed very simple because it had no functions and no error detection. Because I needed it (of course I did something bad^_^, but it was not a bad thing that was harmful to nature), I simply compiled the small program.
Later, when I remembered this thing, I re-wrote it myself using VC++, and it worked in the form of a Windows service, and its functions were barely adequate. Now we have improved some of the deficient codes and made them usable after testing. If you have any shortcomings or good ideas, please put them forward and let’s discuss them together~~~
Source code download is provided for VS2008 projects. If you use VS2005 or below, some database types may need to be forced to convert, because VS2008 can already do this automatically.
Expand