VirusTotal.com labels PureBasic executables as a virus?
Posted: Sun Nov 21, 2010 1:10 am
It was brought to my attention that a few programs I wrote have been identified as a trojan. I scanned and sure enough, virus total brings up false positives on my program. So, I compiled this into an executable:
Uploaded and scanned it, it come back with the same thing.
What's going on here? Why is it doing this? I has never done this before.
Code: Select all
string$ = "hello//stuff goes here"
message1$ = StringField(string$,1,"//")
message2$ = StringField(string$,3,"//")
Debug message1$
Debug message2$
MessageRequester("stuff",message1$ + message2$)What's going on here? Why is it doing this? I has never done this before.