False positives in AutoHotkey and SciTE4AutoHotkey?

Talk about anything
configX
Posts: 1
Joined: 31 Jan 2014, 08:33

False positives in AutoHotkey and SciTE4AutoHotkey?

31 Jan 2014, 08:37

[Moderator: Split from SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]]

When I downloaded this at work I got a trojan.adk alert. Not sure if that's a false positive or not.
User avatar
fincs
Posts: 527
Joined: 30 Sep 2013, 14:17
Location: Seville, Spain
Contact:

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

31 Jan 2014, 09:00

Yes, it is a false positive. False positives are a common occurrence with AHK-related software for some bizarre reason.
fincs
Windows 11 Pro (Version 22H2) | AMD Ryzen 7 3700X with 32 GB of RAM | AutoHotkey v2.0.0 + v1.1.36.02
Get SciTE4AutoHotkey v3.1.0 - [My project list]
User avatar
Joe Glines
Posts: 770
Joined: 30 Sep 2013, 20:49
Location: Dallas
Contact:

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

31 Jan 2014, 09:06

I get this from several different anti-virus programs. One of which keeps deleting the files. I even wrote one of them (Microtrend) and asked them to evaluate it but they didn't do anything about it. Is there anything on our computers we can do to change this? Some programs I can tell it to not check the file however others do not have this setting.
Sign-up for the 🅰️HK Newsletter

ImageImageImageImage:clap:
AHK Tutorials:Web Scraping | | Webservice APIs | AHK and Excel | Chrome | RegEx | Functions
Training: AHK Webinars Courses on AutoHotkey :ugeek:
YouTube

:thumbup: Quick Access Popup, the powerful Windows folders, apps and documents launcher!
User avatar
joedf
Posts: 8953
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

31 Jan 2014, 09:15

Modify/add a useless byte in autohotkey.exe ... I guess nothing practical anyways...
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

01 Feb 2014, 17:02

Adding/modifying a single byte won't necessarily change the signature at all, or enough to disguise it. Otherwise, virus authors would do that with every virus they release and antivirus software would be even more useless than it is.

AutoHotkey.exe changes in some way with every new version, anyway.
User avatar
joedf
Posts: 8953
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

01 Feb 2014, 18:22

i know that... its obvious... but what i mean basically, is well, you know what i mean ;)
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

02 Feb 2014, 04:32

No, I don't. What I'm saying is that your suggestion is futile. If you knew that, for what reason did you post? A high post count does you no favours.
User avatar
joedf
Posts: 8953
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: False positives in AutoHotkey and SciTE4AutoHotkey?

02 Feb 2014, 14:44

... :( I am sorry, i am to vague due to my laziness.. :(
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
fischgeek
Posts: 435
Joined: 29 Jan 2014, 21:39

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

05 Feb 2014, 12:59

fincs wrote:Yes, it is a false positive. False positives are a common occurrence with AHK-related software for some bizarre reason.
I've noticed this only when the file in question has any DllCalls in it. I've compiled the following script before and nothing seems to pick it up has harmful.

Code: Select all

MsgBox, I'm not a virus
ExitApp
But, the second I compile something with a DllCall reference (or iWeb back in the day) I had all sorts of troubles. Namely with Windows UAC.
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: False positives in AutoHotkey and SciTE4AutoHotkey?

05 Feb 2014, 22:19

Regardless of whether you use DllCall, the DllCall function is included in the executable. I don't see why the presence of the text DllCall("SomeFunction", ...) would cause a false positive. The executable parts of each compiled script are identical (and come entirely from AutoHotkeySC.bin).

Return to “Off-topic Discussion”

Who is online

Users browsing this forum: No registered users and 18 guests