How can one merge 2 executables? I am allowing the user to compile their own program within mine. I want them to as well have an option to merge their compiled program with a program that they have.
How can such be possible in C#? I have seen it done before in C++.