zkxs / simple-crosshair-overlay

A simple and performant crosshair overlay
GNU General Public License v3.0
16 stars 3 forks source link

Virus total flags the exe #18

Closed ma-karai closed 9 months ago

ma-karai commented 9 months ago

image

zkxs commented 9 months ago

Here's the link the Virustotal scan.

While I appreciate the heads-up, there's not much I can do about false positives in some small percentage of antivirus engines, especially when that Bkav engine straight up says it was an AI detection (so no human on earth knows why it got flagged). I imagine it's mad that I capture keyboard input, but who knows. Maybe it's mad that this isn't typical assembly, on account of coming from Rust versus C/C++. Or maybe it's angry that I'm not paying the protection money for an Authenticode signing cert.

Now for the elephant in the room: what if I'm evil, and have hidden some nefarious payload in that binary? In that case I suggest you compile the binary yourself via either cargo install or cargo build as I've documented in the readme.

If you think there's some further action I should take here please feel free to reopen the issue, but I really don't think there's anything I can do about it.

ma-karai commented 9 months ago

Alright, just thought you might be interested 👯