Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

General Delphi question

Status
Not open for further replies.

Navas

Programmer
Jul 30, 2003
3
GT
Hi to all, I'm a programmer of another language, but the EXE files in this language are easy to decompile, I wan't to know if I can make something like this on Delphi:

-Open an Exe file, created in the other language.
-Build a new Exe in Delphi, that includes the Exe of the other application a just makes a call to it.
-Build this Exe in an aplicattion written in Delphi.

Thanks a lot
Navas
 

you can include the exe in a resource file and compile it with your delphi exe.

there are a lot of articles on embedding other exe programs, wav files, etc in a res file on the net.
 
Thanks, can you point me to the right direction, i haven't use Delphi a lot.
And another question, can I compile a new Delphi EXE from a Delphi EXE.
Thanks
Luis
 
Ok, I will explain what i wan't to do:
I wan't to create a program, who will be abble to protect an EXE from the other programing language. What I want it's wrapper to the other EXE file, bu t I want to be abble to do it with any EXE, not just one. And I want to do it with an application created in Delphi, 'cause the other coputers doen't has the Delphi Program.
Thanks a lot for your time.
Luis
 
This proposed 'solution' is not going to take you to any application-safety at all [hammer]

Search google for 'dongle' and you will find a lot of software suppliers, that can deliver wrapper-apps that add hard- (dongle) or software based protection to your app(s). Most languages currently available have some kind of de-compiler, lurking around on the i-net, so protection will not be gained by wrapping an exe in the resources of another unprotected exe. Resources can easily be extracted from exe-files using the free tool ResHacker s-)

If you wrote something in some batch or scripting language (java, vbs) there are encryption tools available with most SDK's, or batchfile compilers from simtel.

HTH
TonHu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top