anti-virus says exe is a threat #5877
Unanswered
jazzjohn27
asked this question in
PyInstaller
Replies: 1 comment 5 replies
-
I guess about the only thing you can do is report your exe as false positive to the AV vendor. Or avoid using |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the onefile option to create an exe file. Python 3.9.5, Win10.
When AVG scans the file, it reports threat Win64:Trojan-gen and quarantines the file.
When I attempt to run the program, the file is removed and the error "Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item." appears.
These are the modules imported:
asyncio
re
kasa: Discover, SmartPlug
time
asyncio
subprocess
psutil
Any ideas would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions