Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Antivirus detects FastGH3 as a virus #17

Open
ZorroJerry opened this issue Jan 9, 2025 · 2 comments
Open

Antivirus detects FastGH3 as a virus #17

ZorroJerry opened this issue Jan 9, 2025 · 2 comments
Labels
impossible HOW DO I FIX!!??$?@?$!?!!

Comments

@ZorroJerry
Copy link

Windows defender detects FastGH3 as a virus. Detects this: Trojan:Win32/Phonzy.A!ml

@donnaken15
Copy link
Owner

This has apparently been happening majorly because of two things:

  • mid2chart
  • FastGH3.exe compression

I'm trying to look into how I can avoid this, instead of instructing people to manually whitelist it, by getting a free code signing certificate, because obviously GPG won't help any

As always (and until then), the #1 bandaid fix is making an exception for the launcher in your antivirus
For Defender, in a PowerShell:

Add-MpPreference -ExclusionPath "...\FastGH3.exe"

@donnaken15 donnaken15 added the impossible HOW DO I FIX!!??$?@?$!?!! label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impossible HOW DO I FIX!!??$?@?$!?!!
Projects
None yet
Development

No branches or pull requests

2 participants