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
aksshe10 0 Light Poster
Recommended Answers
Jump to Postsorry 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 …
Jump to PostOk, 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 …
Jump to Postahh 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...
Jump to PostLets just simplify this to three methods:
One, create a resource file which the program will load. This is easily modifiable by external programs.
Two, use pipes and send something telling the program to use the following alternative data.
Three, open the executable, find the initialized data …
All 14 Replies
shea279 0 Light Poster
GDICommander 54 Posting Whiz in Training
aksshe10 0 Light Poster
laconstantine 0 Junior Poster in Training
aksshe10 0 Light Poster
shea279 0 Light Poster
aksshe10 0 Light Poster
aksshe10 0 Light Poster
shea279 0 Light Poster
MosaicFuneral 812 Nearly a Posting Virtuoso
aksshe10 0 Light Poster
aksshe10 0 Light Poster
aksshe10 0 Light Poster
aksshe10 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.