Hi all,
For a project I am attempting I need to know what the difference is between an .exe file on your harddrive and the application when it is loaded into the ram. My idea was that I can decrypt an encrypted exe file with my program and then run it from the ram. I found code where you can run x86 instructions from a C# program by using virtualalloc. Weather my idea has any practical use I don't actually care, I would just like to run a program from ram.
