The MASM Forum Archive 2004 to 2012

General Forums => The Laboratory => Topic started by: hutch-- on September 25, 2006, 01:58:43 PM

Title: Toy for creating random file names.
Post by: hutch-- on September 25, 2006, 01:58:43 PM
In response to some of the little horrors that get written into the system32 directory if you allow your machine to be scanned by some software on the net, I have been toying with the idea of making a small app that only exists while it is being run to do whatever I need so that it can never be recognised by some installed garbage.

This toy is just the test piece to create a random file name, write a small test EXE to disk, run it then delete it as soon as its closed.

[attachment deleted by admin]
Title: Re: Toy for creating random file names.
Post by: Ehtyar on September 25, 2006, 10:07:24 PM
You didnt want to use GetTempFileName?