Python Forum
Executable looks like virus to windows
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Executable looks like virus to windows
#1
Hello guys i have question about executable. When i make exe. from my script anywhere i run this program, windows shows there can be potential thread or virus. How can i stop this? How can i make this executable look good to windows and not like virus ?
Reply
#2
Quote:When i make exe. from my scrip
How did you make the exe?
show steps
Reply
#3
Hello thank you for your reply ! I use pyinstaller with this command. pyinstaller --onefile -w script.py or pyinstaller --onedir -w script.py

That is how i do it
Reply
#4
almost certainly it's a false positive
https://www.google.com/search?q=pyinstal...tive+virus
you can report false positive to your AV
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#5
Thank you a lot !!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to compile a Python script for a Windows / Linux executable? netanelst 2 1,335 May-24-2022, 07:02 AM
Last Post: netanelst
  My .exe made using Python being detected as a virus 100grassfed 2 3,029 Jun-16-2021, 04:41 AM
Last Post: buran
  Python 3.7, Windows 10, pyinstaller, winsound, no sound in executable kmarien 3 3,673 Nov-30-2020, 04:10 PM
Last Post: buran
  Make a Python program executable in Windows Pedroski55 1 2,116 Sep-26-2020, 12:34 AM
Last Post: bowlofred
  Simple Python Virus microwavedelf 4 10,312 Sep-14-2018, 09:50 PM
Last Post: EhsojSide

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020