Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
merge executables
I know how to add information to exe file - I can write anything after last byte of exe and it won't get corrupted, but now I want to merge exes, so that when I run the file which contains two oroginal files, they should run one after each other, and the first exe to run is coded by me. I'll brobably need to use asm , right?
What you are looking for may be a file binder… (the easy way)
http://www.elitec0ders.net/misc.htm
Check out the above link. I'm not sure if you can control which one runs first though….You might have to try a few different ones..
hackerbabe