Virustotal false positive on pyinstaller exe file

CodingJesus

Power Member
Joined
Jun 27, 2017
Messages
511
Reaction score
108
Hey everyone. I coded a tinder bot with python and wanted to sell on bhw. However, virustotal somehow detects win64:evo-gen [trj] on my exe file. Do you guys know how can I solve this problem?
 
Try using a different packaging method, such as PyInstaller, or digitally signing your executable to establish trust.
 
Try using a different packaging method, such as PyInstaller, or digitally signing your executable to establish trust.
I was normally using cx_freeze but could not compile my bot with cx_freeze somehow. And afaik this false positive thing is a still problem in cx_freeze
I will check your answer mate. Thank you.
 
Back
Top