Basically, I want to be able to execute a stream of bytes as a file without writing the specified bytes to the file.
I want to do this in a windows environment.
We can say that I want to create a file, copy the stream to a file and open the file as an executable file, but I want it to not have physical manifestations on the disk.
thanks
source share