Execute a win32 exe file from memory?

Started by
31 comments, last by Ahmadi 18 years ago
@Evil Steve - I edited the link in your post to change the transport protocol from "https" to "http". "https" was prompting for accepting a certificate - for no good reason.
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man
Advertisement
A loader is the only way to go. However I'd recommend against loading directly from memory - its just a lot of work. I'd convert your exe file into some kind of DLL and launch that from your base app.
Do it from disk too, unless you're a sadist
Quote:Original post by dave_
A loader is the only way to go. However I'd recommend against loading directly from memory - its just a lot of work. I'd convert your exe file into some kind of DLL and launch that from your base app.
Do it from disk too, unless you're a sadist

hehe, im not a sadist
for example can u convert calc.exe( windows calculator ) to some kind of DLL.
if u can my problem will solved.

Thanks for your attention

This topic is closed to new replies.

Advertisement