anonymousException / renpy-translator

A translator for renpy based on google | youdao | deepl | open-ai | offline-ai tranlation supports extract untranslated words and translate
MIT License
61 stars 9 forks source link

Malware #10

Closed cherifVN closed 3 months ago

cherifVN commented 4 months ago

Hello, I wanted to try your program but I noticed that it was malicious, I had several alerts during the download. I ran it in a sandbox to minimize risks if you don't believe me scan it on virustotal. And don't tell me it's a false positive because the number of antiviruses calling it dangerous is high

I am looking forward to hearing from you

anonymousException commented 4 months ago

But the fact is it's a false positive , as I mentioned in FAQ: This program is packed by pyinstaller and with file operation (open read write) ,besides single exe file is also easy to be checked as suspicious program, so may cause false detection If you are worried about this , you can download the source code and run the program yourself You can view the source code and pack the program , then you will get the same virus detected result And the construction is completed through Git Action, the entire process is open and transparent You can download any build release from https://github.com/anonymousException/renpy-translator/actions and will get the same result

anonymousException commented 4 months ago

Actually I'm still trying to solve the false detection problem It seems like that change pyinstaller to other build engine like Nuitka and do not pack to single file may do effect , that's what I'm doing now

anonymousException commented 4 months ago

Thanks for your issue , new build action : Nuitka is supported which will not cause a false positive for most antiviruses. Already checked with https://www.virustotal.com/gui/file/f114ec89f2b369d0bb3ff02395fa52ba7d80d623de08a57a162eab2d9c4c292f/detection image image From now on , both Nuitka and Pyinstaller version will be published to release. You can choose the one you want Besides due to the multi-files of Nuitka Build , a setup version can make things easier You can get the latest version from : latest