Running a process from memory

  • Thread starter Thread starter Heandel
  • Start date Start date
H

Heandel

Hello !

I have a native application (C++) that I want to pack inside the resources
of my C# executables.
I want to be able to run the C++ application without having to create a
file. That is, moving the resource to memory, and instancing it from memory.
Is that possible ?

Thank you,

Heandel
 
Well, thank you both for your anwers ! I think I'm going to use the
temporary file method, then.
 
Well, thank you both for your anwers ! I think I'm going to use the
temporary file method, then.

Please note that what you're trying to do looks very virus-y to anti-virus
applications, so even if you write a temp file it may be prevented from
executing.
 
Back
Top