Hi,
I have some exe files. those are not .net assembly. just portable executable.
Now I want to load those exes to memory. then i'll run it by C++.
Also I want to load some dll files not .net assembly dll files to memrory and call methods/entry points from my C++ host application.
My target is to distribute those portable exes encrypted. and I'll run it from memory after decrypting.
many people told me about using C#.NET but mines are not assembly. AFAIK C# cant run portable executable. those are classic portable executable. Not the version 2.0.
Please give me a suggestion.
I have some exe files. those are not .net assembly. just portable executable.
Now I want to load those exes to memory. then i'll run it by C++.
Also I want to load some dll files not .net assembly dll files to memrory and call methods/entry points from my C++ host application.
My target is to distribute those portable exes encrypted. and I'll run it from memory after decrypting.
many people told me about using C#.NET but mines are not assembly. AFAIK C# cant run portable executable. those are classic portable executable. Not the version 2.0.
Please give me a suggestion.
Comment