3Kas
How to embed a PE file into another PE file? [duplicate]
What I want to do is what BDFproxy and MSFvenom do; I want to modify a file to embed another PE in it and have both working. It does not matter if they work concurrently or when the main program finishes then embedded program works, I just want to embed them in any way possible and if the Metasploit framework (peinjector post exploitation module) and BDFproxy can do that it is not impossible.
I found a way to embed the EXE file as another section to the original file using Injector however I could not find a way to actually execute that new section.