Hi
--
I would like to know how can I integrate ONE exe file to a SECOND exe file so when the second exe file is executed the first exe will run too.
Thanks!!
Printable View
Hi
--
I would like to know how can I integrate ONE exe file to a SECOND exe file so when the second exe file is executed the first exe will run too.
Thanks!!
I assume you created at least one of the EXEs:
Put the EXE you didn't create ("second EXE") in a source file (copy & paste it from a hex-editor). Then when you need to access it, extract it from the resource file, put it in a temp file and execute it. That's about it...
------------------
Yonatan
Teenage Programmer
E-Mail: [email protected]
ICQ: 19552879
AIM: RYoni69
Hi,
How do you extract a large file from the RES file?
Thanks.
Do you want a tool or do you want to know how to do it.
If you need the tool e-mail me and I'll send you an executable.
You can take any .exe and conseal another .exe within is, when one is ran the other wil l run also.