kflash_gui
kflash_gui copied to clipboard
windows version shows up as malware
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
I'll pack a new one later
try this one https://github.com/sipeed/kflash_gui/releases/tag/v1.3.1
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 .
https://github.com/sipeed/kflash_gui/releases/
Virus Total shows that 11 engines detected malware on release 1.5.5.
Windows 10 Defender detects kflash_gui 1.5.5. as malware, quarantines it and refuses to run it
The MAIX board is unuseable without being able to flash new firmware and models to the chip. Please fix that problem. Thanks!
BUMP. Are you going to repackage 1.5.5 or not?
I mean: Come on... you are kidding, are you?
This is from VirusTotal
https://github.com/sipeed/kflash_gui/releases/download/v1.5.5/kflash_gui_v1.5.5_2.7z
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:
This is for the kflash_gui.exe
What makes the software so prone to be detected as Malware?
@careyer Maybe caused by pyinstaller: https://github.com/pyinstaller/pyinstaller/issues/4852
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
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.