A SW developer, who are interested in any type of programming challenge and like to try out different tool-sets.
- Hungary
- http://bozsokidaniel.hu/
- @Kaucsenta
Pinned Loading
-
How to Embed an exe Inside Another e...
How to Embed an exe Inside Another exe as a Resource and Then Launch It 1### How to Embed an `exe` Inside Another `exe` as a Resource 38DF and Then Launch It
23While working on a utility project today, I stumbled upon wanting to embed an executable inside another executable. Sounds fun doesn’t it? And what is even more fun is to be able to launch the embedded `exe`!
45Basically, here’s how it works. You embed `Foo.exe` inside `Bar.exe`. And by embed I mean, add `Foo.exe` as a resource in `Bar.exe` and then, from `Bar.exe`’s code, you can launch `Foo.exe` using `CreateProcess()`.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.