O
OSVBNET
Guest
Hello
After I inserted this simple code snippet to my app to lock PC, my app is getting caught as malicious by around 13 engines on VirusTotal:
Imports System.Runtime.InteropServices
Public Module Code
<DllImport("user32.dll")>
Public Sub LockWorkStation()
End Sub
End Module
Is that expected? And is there any other way to lock PC without triggering AV engines?
Thanks.
Continue reading...
After I inserted this simple code snippet to my app to lock PC, my app is getting caught as malicious by around 13 engines on VirusTotal:
Imports System.Runtime.InteropServices
Public Module Code
<DllImport("user32.dll")>
Public Sub LockWorkStation()
End Sub
End Module
Is that expected? And is there any other way to lock PC without triggering AV engines?
Thanks.
Continue reading...