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

Malware #10

Closed
cherifVN opened this issue Feb 27, 2024 · 3 comments
Closed

Malware #10

cherifVN opened this issue Feb 27, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@cherifVN
Copy link

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
Copy link
Owner

anonymousException commented Feb 28, 2024

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
Copy link
Owner

anonymousException commented Feb 28, 2024

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 anonymousException pinned this issue Feb 28, 2024
@anonymousException anonymousException added the bug Something isn't working label Feb 28, 2024
@anonymousException
Copy link
Owner

anonymousException commented Feb 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants