Blueman Posted August 8, 2017 Posted August 8, 2017 Hey Guys, I hope that you can help me out here. For a couple of months i have a problem with creating scripts through AutoIT. The problem is that when i compile the script to Exe or A3X Microsoft Essentials is seeing it as a virus and deleting the file instantly. I have tried several things but nothing seems to work. When i start over and create a new script there is no problem at all, but after a while the script is groing (adding new features) and it will be detected as a virus again. Okay, thats no problem because i can add a exception the the AntiVirus Program, but the latest feature in my script is a logging feature. So when the script is running it will log several things about the user to a special logging server. Thats when i noticed that my scripts are beeing executed in other country's and with very strange computer names,.. I have added a lot of library's to the script (see below), is it possible that one of them is beeing corrupted or hacked? I have just installed the complete AutoIT program from this website, so i am assuming that the library's are clean. Thanks guys! // #include <FileConstants.au3> #include <MsgBoxConstants.au3> #include <GUIConstants.au3> #include <ColorConstants.au3> #include <GUIConstantsEx.au3> #include <ComboConstants.au3> #include <Array.au3> #include <String.au3> #include <IE.au3> #include <Crypt.au3> #include <WindowsConstants.au3> #include <File.au3> #include <GuiButton.au3> #include <GuiComboBox.au3> #include <Date.au3> #include <Inet.au3> #include <IE_EmbeddedVersioning.au3> #include <Misc.au3> #include <GDIPlus.au3> #include <GuiListView.au3> #include <WinAPIEx.au3> #include <WinAPISys.au3> #include <_Startup.au3> // Greetings Wouter
Blueman Posted August 9, 2017 Author Posted August 9, 2017 On 8-8-2017 at 1:44 PM, Danp2 said: Thanks! Will write to Microsoft for reporting a false positive.
Recommended Posts