kflash_gui icon indicating copy to clipboard operation
kflash_gui copied to clipboard

windows version shows up as malware

Open machinehistories opened this issue 5 years ago • 13 comments

Windows defender quarantines the file. Threat detected: Trojan:Win32/Fuery.B!cl Alert level: Severe Category: Trojan Details: This program is dangerous and executes commands from an attacker.

kflash_gui_v1.2.5_windows.zip file: C:\Users\all\Downloads\kflash_gui_v1.2.5_windows.zip->kflash_gui.exe

machinehistories avatar Jul 02 '19 05:07 machinehistories

I'll pack a new one later

Neutree avatar Jul 02 '19 07:07 Neutree

try this one https://github.com/sipeed/kflash_gui/releases/tag/v1.3.1

Neutree avatar Jul 03 '19 04:07 Neutree

That link is dead so please resend and I'll try it out. I got a replacement GO and the touchscreen works. I then tried to swap the screens and the non-functioning touch screen and it still didn't work on the new board but the new working touchscreen continued to work on the old board. I am thinking it might be the sensor that surrounds the screen. I am thinking the standoffs provided in the kit still end up causing the top black face plate to exert a good bit of force on the screen. I am now only tightening the screws to make the top plate simply rest on top of the screen rather than be tightened against the screen. Perhaps if the standoffs were 1-2mm taller it would ensure no excess force could be applied to the touch screen sensor.

On Tue, Jul 2, 2019 at 9:20 PM Neucrack [email protected] wrote:

try this one https://github.com/sipeed/kflash_gui/releases/tag/v1.3.1

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sipeed/kflash_gui/issues/4?email_source=notifications&email_token=AGMWUVDNSIICG7ROL64FT7LP5QSJDA5CNFSM4H4YECOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZDG2NQ#issuecomment-507931958, or mute the thread https://github.com/notifications/unsubscribe-auth/AGMWUVC2GAYJX3EL56CDFQLP5QSJDANCNFSM4H4YECOA .

machinehistories avatar Jul 04 '19 02:07 machinehistories

https://github.com/sipeed/kflash_gui/releases/

Neutree avatar Jul 04 '19 03:07 Neutree

Virus Total shows that 11 engines detected malware on release 1.5.5.

izanette avatar Feb 22 '20 00:02 izanette

Windows 10 Defender detects kflash_gui 1.5.5. as malware, quarantines it and refuses to run it kflash

The MAIX board is unuseable without being able to flash new firmware and models to the chip. Please fix that problem. Thanks!

careyer avatar Apr 15 '20 20:04 careyer

BUMP. Are you going to repackage 1.5.5 or not?

mamert avatar May 01 '20 15:05 mamert

I mean: Come on... you are kidding, are you? This is from VirusTotal grafik

careyer avatar May 01 '20 17:05 careyer

https://github.com/sipeed/kflash_gui/releases/download/v1.5.5/kflash_gui_v1.5.5_2.7z

Neutree avatar May 07 '20 02:05 Neutree

Thank you very much.... but I am worried to say that Microsoft Defender still thinks this is bad. That basically makes it unusable on Windows 10 Systems which will block Exccution

This is for the 7z archive: grafik

This is for the kflash_gui.exe grafik

What makes the software so prone to be detected as Malware?

careyer avatar May 08 '20 15:05 careyer

@careyer Maybe caused by pyinstaller: https://github.com/pyinstaller/pyinstaller/issues/4852

Neutree avatar May 13 '20 03:05 Neutree

And you can pack by yourself, install python3 fiirt, and run in terminal:

pip install -r requirements.txt
python pack.py

then the program will be in the dist dir

Neutree avatar May 13 '20 03:05 Neutree

Latest version build on travis CI automatically: https://github.com/sipeed/kflash_gui/blob/master/.travis.yml and upload to github and the whole process is automated. The entire compilation and release process is carried out on travis-CI server, using the source code of the project. If you don't trust this process, you can still compile it yourself.

Orgmar avatar Jul 24 '20 11:07 Orgmar