PDA

View Full Version : Generate an exe from an exe



swethapradeep
25th March 2011, 02:09
Hello,

I want program A to generate something like B.exe. How do I do that?
-swetha

viulskiez
25th March 2011, 05:15
Create compiler and linker. :)

pradeeps
25th March 2011, 07:14
You may refer some virus programs.

squidge
25th March 2011, 07:41
Bundle B.EXE inside A.EXE, and then extract at runtime.

However, this might seem like virus-like activity to some monitors and as such your application may be quarantined.

FelixB
25th March 2011, 07:51
I want program A to generate something like B.exe. How do I do that?


what do you want to achive? as already posted, this seems not to be a very good idea. maybe we can find another solution for your problem...