| | |
creating exe from program
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Sep 2008
Posts: 25
Reputation:
Solved Threads: 0
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
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
•
•
Join Date: Mar 2009
Posts: 41
Reputation:
Solved Threads: 1
sorry buddy, but i cannot understand a word you are saying.
from this bit:
i think you mean a program which packs and encrypts another executable. is this right?
um wtf?
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 have created an exe which shows a message
but the problem is i want to create another program
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.
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.
•
•
Join Date: Sep 2008
Posts: 25
Reputation:
Solved Threads: 0
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".
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".
•
•
Join Date: May 2007
Posts: 70
Reputation:
Solved Threads: 1
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...
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.
•
•
Join Date: Mar 2009
Posts: 41
Reputation:
Solved Threads: 1
here is a rather helpful tutorial
https://www.rohitab.com/discuss/inde...howtopic=30281
https://www.rohitab.com/discuss/inde...howtopic=30281
![]() |
Similar Threads
- Creating a delphi program to autoinstall other programs? (Pascal and Delphi)
- Creating an exe file (C++)
- Creating a .EXE file (Java)
- VB5 .EXE files/shortcuts & RAM.... (Visual Basic 4 / 5 / 6)
- Removing ISLE.exe (Windows NT / 2000 / XP)
- Creating a locking program (C)
Other Threads in the C++ Forum
- Previous Thread: How can I use more memory?
- Next Thread: Practice problems in C/C++
| Thread Tools | Search this Thread |
Tag cloud for C++
api application array arrays assignment beginner binary bitmap c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete developer display dll dynamiccharacterarray email encryption error file format forms fstream function functions game generator getline givemetehcodez graph iamthwee ifstream image input int java lib loop looping loops map math matrix memory multidimensional multiple newbie news node number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg search sorting string strings struct template templates text tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets





