Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virustotal.com flags as a virus? #22

Open
dmanexe opened this issue Jan 13, 2023 · 1 comment
Open

Virustotal.com flags as a virus? #22

dmanexe opened this issue Jan 13, 2023 · 1 comment

Comments

@dmanexe
Copy link

dmanexe commented Jan 13, 2023

Hey there, I am in the habit of putting software through virustotal.com. It appears that 2 security vendors are flagging this as a Trojan. Looking for an upgraded CLCL, so very curious as to what can cause this flag. Thanks!

image

@hi5
Copy link
Owner

hi5 commented Jan 17, 2023

This is a common problem with compiled scripts, discussion on the AutoHotkey forum here https://www.autohotkey.com/boards/viewtopic.php?f=17&t=62266

You can download the source code and run cl3.ahk - that is how I do it myself as well - you can also compile it yourself if you have AutoHotkey installed. No doubt several Antivirus tools will then flag it immediately as a virus as well proofing the point above.

fyi You don't have to install AutoHotkey, you can download the v1.1* ZIP file here https://www.autohotkey.com/download/

Unpack AutoHotkey.exe (the only file you need) and copy it to the CL3 source code folder, if you rename AutoHotkey.exe to cl3.exe - now you can start cl3.exe and it should work and you are running the script, not the compiled version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants