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


ghost's Avatar
0 0

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?


Mr_Cheese's Avatar
0 1

you could do a quick VB program to do that.

ask Anarcho-Hippie for more info.


ghost's Avatar
0 0

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