Embedding User Credentials in exe file

Discussion about CodeLite development process and patches
Bidski
CodeLite Curious
Posts: 1
Joined: Mon May 17, 2010 4:55 am
Genuine User: Yes
IDE Question: C++
Contact:

Embedding User Credentials in exe file

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Embedding User Credentials in exe file

Post 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
Make sure you have read the HOW TO POST thread
Post Reply