PeerMedia Posted May 27, 2011 Posted May 27, 2011 Hello, I've read the sticky thread on virus detection and I do understand why some AV makers are flagging AutoIT compiled scripts as a virus. The software I'm creating is nothing more than an IEEmbedded app which is an instructional tutorial. It involves a GUI, using an embedded IE window and some automation between the GUI and IE and doing updates via INetGet(). I've tried a few things like making a prompt to ask the user if they wish to start the tutorial and this alone got me off quite a few AV detection programs (according to VirusTotal). So it seems using IE or INetGet before asking the user consent sets off warnings. I don't mind asking for user consent on the installation, but on the actual app itself (and every time its run) is a little overkill in my opinion. I'm looking for a legitimate set of recommendations or best practices to avoid getting labelled a virus. Any other suggestions people can make for legitimate apps without making the app itself constantly ask permission from the user? Thank you.
Blue_Drache Posted May 27, 2011 Posted May 27, 2011 Asking permission from the user when a program runs is a sad symptom of stupid users, and unfortunately, that 'feature' is here to stay. The only recourse is to disable UAC (Which I have on my machine ... with a baseball bat ... it wasn't pretty), but that's on a per-user basis. Average Computer Joe isn't going to know how to do it, or for that matter even know it exists.... As far as best practices, there really isn't much you *can* do. I've had a "Hello World" program get nailed because the AV was looking at the UPX packer the script was compiled with. Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
AdmiralAlkex Posted May 27, 2011 Posted May 27, 2011 @PeerMedia Don't use UPX. @Blue_Drache GO TO 10 .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
trancexx Posted May 27, 2011 Posted May 27, 2011 (edited) Hello,I've read the sticky thread on virus detection and I do understand why some AV makers are flagging AutoIT compiled scripts as a virus. You do? Why?edit: Really, when you answer that question the answer to all other questions will be nothing but obvious. Edited May 27, 2011 by trancexx ♡♡♡ . eMyvnE
water Posted May 27, 2011 Posted May 27, 2011 Couldn't resist The answer to all questions is 42. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
PeerMedia Posted May 27, 2011 Author Posted May 27, 2011 Wow, thats really sad that viruses have made it so difficult for legitimate users to create software apps without getting labelled as malware too. I guess we kinda just have to live with being labelled a virus
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now