Page 1 of 1

Including text files with .exe?

Posted: Sun Oct 31, 2004 10:27 pm
by Killswitch
Is it possible to include a text file with an .exe (in a similar sort of way to attaching images to an .exe) so that you can read and write to the file? I'd like to store some data in the file (just a string) that the .exe can read, it's for anti-copying devices.

Thanks a lot.

Posted: Mon Nov 01, 2004 9:26 am
by blueznl
if your purpose is to write into the executable, most anti virus utilities may have a fit...

Posted: Mon Nov 01, 2004 5:28 pm
by Killswitch
That is my inention, I only want to do it for anti-copying purposes.

Posted: Mon Nov 01, 2004 6:03 pm
by Gansta93
It is possible t include data and read, inclide a file, but just when you compile... after, it's difficulte to change the content of an executable... but it is possible.

Posted: Mon Nov 01, 2004 8:19 pm
by TerryHough
Set this thread
viewtopic.php?t=12878