Page 1 of 1

Embedding User Credentials in exe file

Posted: Mon May 17, 2010 5:21 am
by Bidski
Is it possible to do this? By user credentials I mean things like Author/Programmer name, Company name, computer name .... things of that nature.

The reason I ask is because my anti-virus program chucks a fit whenever I debug or run a program that has been compiled with CodeLite. I can tell my anti-virus software to trust the file, but as soon as a re-make it I have to tell it to trust it all over again. Because of this it takes upwards of 1minute to run my program (this includes initial starting of the debugger if I am debugging it) which is a huge amount of time, especially if I just changed 1 line of code and I want to see what effect it has had on the program.

If this sint possible, would it be possible to get something like this implemented?

Thanks
Bidski

Re: Embedding User Credentials in exe file

Posted: Wed May 19, 2010 11:01 pm
by eranif
It sounds like something that is pretty much a problem with your anti-virus program.
I dont think that such things can be done using the code, you should probably consult with your fire-wall/anti-virus help guide

Eran