N
N
nymb322021-11-26 15:23:50
Python
nymb32, 2021-11-26 15:23:50

How to compile python code into exe so that antiviruses do not react to it as malware?

I wrote the code for a friend of mine using different libraries (colorama, os, time, sqlite3, msvcrt).
I compiled it with the help of pyinstaller (I could just throw off the code, but the person does not understand this).
So, the essence of the question is whether it is possible to somehow compile it so that antiviruses do not think it is a virus.
61a0d1a15d432839024800.png
Now on VT it looks like this, but the most interesting thing is that there is no malicious code there.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andy_U, 2021-11-26
@Andy_U

Such garbage with pyinstaller happens periodically - antiviruses do not like self-extracting executable files. Try the --onedir option (instead of --onefile) with pyinstaller.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question