Run exe resource from memory.
Managed C++/CLI
2
Posts
2
Posters
3
Views
1
Watching
-
Hi i have a stub that extract a resource. I want to run this resource directly from memory without write a file. is it possible?
-
Hi i have a stub that extract a resource. I want to run this resource directly from memory without write a file. is it possible?
That depends if the resource is an exe or a dll. If it's an exe, there is no way, but if it's a dll, then check out this link: Loading a Dll From Memory[^]
The difficult we do right away... ...the impossible takes slightly longer.