c# - Execute file in resourses folder without copying it to disk -


I have the executable file in the resource folder. I am able to find the file by typing that file on disk and file the file Using Process.Start method to run executable Here's an example of how I do this:

Enter image details here < / P>

How can I execute a file without writing to disk? Is there any way that I can execute the file from memory? Or maybe execute it directly from the Resources folder?

You can not do one of the very hard press requirements of Windows, an executable is present on the disc This is fundamental to its architecture, slowing down malware authors is a pleasant effect. If you want to know more about it, then Google "Memory Map File"

Comments