thearyadev / MSRF

Automates Microsoft rewards.
Apache License 2.0
62 stars 9 forks source link

Microsoft Defender Antivirus reports a trojan in msrf.exe : Sabsik.EN.D!ml #27

Closed quadbyte closed 1 year ago

quadbyte commented 1 year ago

Describe the bug With the latest virus definition installed, Microsoft Defender Antivirus reports a trojan in msrf.exe : Sabsik.EN.D!ml

Expected behavior No virus reported.

Version Number 0.7b

thearyadev commented 1 year ago

Thanks. I was made aware of this a few days ago when helping my friend install the new version.

I wasn't able to replicate the behavior on my development system, although i do have an idea of why this is happening.

In the past, PyInstaller (the library used to package this into an executable) gets tagged as malware by the operating system. example stackoverflow post example stackoverflow post #2

I recently updated the dependency version for PyInstaller, which may have had major changes that i wasnt fully aware of. That is likely the cause of the problem.

I'm working on addressing this. Will provide updates here. You should be safe to bypass the warnings from your antivirus for now.

thearyadev commented 1 year ago

This should no longer be an issue.