-
Notifications
You must be signed in to change notification settings - Fork 72
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
PalEdit.exe contains Trojan #41
Comments
Can you stop spreading misinformation? |
Does not happen with my Windows defender(old build) , If you want to make sure the program is not harmful, pls use PyInstaller to recompile all code and check.Compiling programs with high-level languages often triggers false detections in antivirus software. |
Yet why isn't there any mentions of such "false positive" on the README? why he is trying to hide the evidence provided calling it misinformation? if there wan't anything to it he wouldn' deleted the evidence, close it and just be like misinformation but he would then instead spent 2 min explains why there is a "false" positive so when others check they can't just see the creator hiding things |
Aight I looked into the why and how Paledit was coming up flagged, seems like it's coming from tkinter and PIL. Not that it's malicious or anything, it's just the way it behaves is similar to how malware behaves(builds exe that unpacks a bunch of files on runtime) https://www.reddit.com/r/learnpython/comments/ltvwm6/simple_python_program_that_opens_a_picture_and/ Now going over which files tripped detection you can see it here under the dropped files section and you can see that it's only flagging the DLL's needed to draw the GUI of the tool. It's essentially a false positive based on behavior of a file that's used in a large amount of programs and not actually malicious intent, the source code is right there to look over and compile yourself. |
THIS ISSUE HAS BEEN REMOVED DUE TO MISINFORMATION
The text was updated successfully, but these errors were encountered: