I would like to write my own exe binder but have no clue where to start. I have written some programs that run, or don't run, depending on the installed software of the machine. I know I could put them into one program but 2 of the 5 are in exe form. Anyway, I digress.
So, my question is (we will start small and then I will think larger) how would I bind 2 programs that are in .exe form into 1 .exe? I know C# and Java and I'm also well versed in .Net. So, I'm not completly usless. I'm just stumped.
Thanks
Loading
JoePosted Jul 3, 2006, 6:39 AM
Is there a way I can import the two exe's into a .Net project and then write a program around them that will execute them each with their own independent thread. Sounds possible ! I don't know what namespace I need to be looking at. How would I access the exe's in the programs resources? Do I need to export/write them to a file on the hard drive before excuting them ?
JoePosted Jul 2, 2006, 3:31 PM
http://powerthis.org/inPEct_source_code/inpect.zip <--- no exe in this zip, it shows up as a trojan on your AVS because of it trojan ablility to splice two exe's together. (if you want the exe, it's also in the directory.)
Maybe someone who knows assembler language can take a look and see if it's possible to duplicate in C#.
Thanks