Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@manish-r2Hoep • Feb 3, 2010
Hey Do you wanna call one exe file from another? -
@morningdot-6Xuj4M • Feb 3, 2010
it,s something like merj two exe file to generate a resultent exe file. -
@imnitsy-VRNV82 • Feb 3, 2010
idont think this can happen..we have to alter the source code to do this!!!mohit007kumar00it,s something like merj two exe file to generate a resultent exe file. -
@gauravbhorkar-Pf9kZD • Feb 3, 2010
For adding two exe files, you can try following steps:
- Open the first exe file in binary read mode.
- Open the second exe file in binary read mode.
- Create third exe file in binary write mode.
- Copy the contents of first file into the third file.
- Then copy the contents of second file into the third file.
- Close all the files.
- The third file created is the merged file (first and second).
Try implementing this using the C programming language. -
@vik001ind-rOaCSy • Feb 4, 2010
Its easy to do it in windows. Windows has a program called iexpress.exe.
Goto run & type iexpress.exe & enter.
Try it yourself.
Its used for joining viruses with legitimate programs like winamp.exe by hackerz.
If you face problems over it reply back. -
@gauravbhorkar-Pf9kZD • Feb 4, 2010
Does it merge exe files?vik001indIts easy to do it in windows. Windows has a program called iexpress.exe.
Goto run & type iexpress.exe & enter.
Try it yourself.
Its used for joining viruses with legitimate programs like winamp.exe by hackerz.
If you face problems over it reply back.
I tried, but it is a self installing package creator.