Go Back   CodingForums.com > :: Computing & Sciences > Computer Programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-29-2008, 08:25 PM   PM User | #1
-Fabez-
New Coder

 
Join Date: Oct 2008
Location: Earth
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
-Fabez- is an unknown quantity at this point
Merging two .Exe's in Windows

I am working on a project that requires me to megre two Windows .Exe's together. I have no idea how to do this or which language to code a merger with. The product of the merge has to be executable and run its component .Exes sequentially, but not simultaneously. Does anyone have idea's or pointers, as they would be much appreciated Thanks -Fabez-
__________________
I can code in, C++, C, Python, Html, Php, Javascript, Css, Visual Basic, MySql, ActionScript 2, ActionScript 3 and Mythbuster :)
<Mythbusters> Am i missing an eyebrow ? </Mythbusters>

Need a hand with coding or devoloping software ? Just ask ;) Or visit the Coding Group
-Fabez- is offline   Reply With Quote
Old 10-30-2008, 01:54 PM   PM User | #2
AlexV
Regular Coder

 
AlexV's Avatar
 
Join Date: Oct 2008
Location: Near Montreal, Quebec - Canada.
Posts: 214
Thanks: 5
Thanked 22 Times in 22 Posts
AlexV is an unknown quantity at this point
The only way I see would be to create a third application (exe) and includes the two exes in this new one (add them as resources). You new app would then run these res in memory... Something like these exes shrinker (like UPX) but with two exes in the same host app.
AlexV is offline   Reply With Quote
Old 10-31-2008, 01:07 AM   PM User | #3
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,650
Thanks: 4
Thanked 2,451 Times in 2,420 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
Eh. This is really stepping before the bounds of what I'd consider ethical. You'd be surprised what you can do with this.
Google up for executable binding and dropping, one of them will show you how to do this (its easy btw).
__________________
As of PHP 5.5, the MySQL library has been officially deprecated. It is recommended to move to either MySQLi or PDO libraries for your mysql connectivity. See here for help choosing which interface you prefer: http://php.net/manual/en/mysqlinfo.api.choosing.php
Fou-Lu is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:16 PM.


Advertisement
Log in to turn off these ads.