creating exe from program

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Sep 2008
Posts: 25
Reputation: aksshe10 is an unknown quantity at this point 
Solved Threads: 0
aksshe10 aksshe10 is offline Offline
Light Poster

creating exe from program

 
0
  #1
Mar 25th, 2009
i have created an exe which shows a message
but the problem is i want to create another program
from which a person can enter his name, choose destination
and click create
after clicking create a new exe if made in the location he chose which has the name he entered for eg the program axcrypt create exe in which u enter the password the if decrypts it self i want something like that. A program that can modify, create and execute an exe
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 41
Reputation: shea279 is an unknown quantity at this point 
Solved Threads: 1
shea279 shea279 is offline Offline
Light Poster

Re: creating exe from program

 
0
  #2
Mar 25th, 2009
sorry buddy, but i cannot understand a word you are saying.

from this bit:
exe in which u enter the password the if decrypts it self i want something like that. A program that can modify, create and execute an exe
i think you mean a program which packs and encrypts another executable. is this right?


i have created an exe which shows a message
but the problem is i want to create another program
um wtf?
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 147
Reputation: GDICommander is an unknown quantity at this point 
Solved Threads: 19
GDICommander's Avatar
GDICommander GDICommander is offline Offline
Junior Poster

Re: creating exe from program

 
0
  #3
Mar 25th, 2009
Ok, so you want to create, modify and execute a BINARY FILE inside a program? That's a hard job...

Make yourself more clear...

If you want to execute other programs from a main problem, consider using Windows or Linux system calls for that. You can also use a script that will call the executable files.
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 25
Reputation: aksshe10 is an unknown quantity at this point 
Solved Threads: 0
aksshe10 aksshe10 is offline Offline
Light Poster

Re: creating exe from program

 
0
  #4
Mar 26th, 2009
hey it is something like a sfx
i want a program to modfy another exe after adding custom data to it
like i have a program which says "hello world!" and another program which has an input field where i can enter "earth" and this(the second program) extracts and modify the first program to say "hello earth".
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 70
Reputation: laconstantine is an unknown quantity at this point 
Solved Threads: 1
laconstantine laconstantine is offline Offline
Junior Poster in Training

Re: creating exe from program

 
0
  #5
Mar 26th, 2009
ahh i got your point!
First of all you need to create an exe which says hello world.
And than you should create another program that injects a dll into the first program which will add "hello earth".
The injection of the dll is pretty hard work...
Last edited by laconstantine; Mar 26th, 2009 at 8:38 am.
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 25
Reputation: aksshe10 is an unknown quantity at this point 
Solved Threads: 0
aksshe10 aksshe10 is offline Offline
Light Poster

Re: creating exe from program

 
0
  #6
Mar 30th, 2009
thank god u got it right now please help me
thankx....
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 41
Reputation: shea279 is an unknown quantity at this point 
Solved Threads: 1
shea279 shea279 is offline Offline
Light Poster

Re: creating exe from program

 
0
  #7
Mar 30th, 2009
here is a rather helpful tutorial
https://www.rohitab.com/discuss/inde...howtopic=30281
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 25
Reputation: aksshe10 is an unknown quantity at this point 
Solved Threads: 0
aksshe10 aksshe10 is offline Offline
Light Poster

Re: creating exe from program

 
0
  #8
Apr 1st, 2009
thankx shea279 it was very useful
daniweb never disappoints......
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 25
Reputation: aksshe10 is an unknown quantity at this point 
Solved Threads: 0
aksshe10 aksshe10 is offline Offline
Light Poster

Re: creating exe from program

 
0
  #9
Apr 3rd, 2009
i understood how to modfy data but how to add and extract data from it....
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 41
Reputation: shea279 is an unknown quantity at this point 
Solved Threads: 1
shea279 shea279 is offline Offline
Light Poster

Re: creating exe from program

 
0
  #10
Apr 3rd, 2009
while it is running, or if it just a .exe file sitting on your computer?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC