It is not anything like module names, It is more like Embarcadero is branding all executible files made with thair software. It is VERY noticible inside the file. If you want, I can post the text so you can see what I'm dealing with.
Is there some kind of setting that can be changed for the complier of C++ Builder to remove all of this?
Thanks
Main Topics
Browse All Topics





by: itsmeandnobodyelsePosted on 2009-10-29 at 11:42:17ID: 25696802
>>>> I am creating normal, exes.
Hmmm. Some information in a .exe file is normal text such as modul names or library names. So, the only way to not reveal that is to zip the .exe with a password and have a scheduler (a seperate program) that unzips the .exe to a temporary exe file (or to a dll) before actually invoking it. But even then the unzipped (temporary) executable or the executable in memory could be spied out by your customers. Don't think it is worth the effort.