CleanroomMC / MixinBooter

Allows any mixins that work on mods to work effortlessly. With a single class and an annotation. On 1.12.2.
GNU Lesser General Public License v2.1
50 stars 17 forks source link

Anti virus false positives #3

Closed xJon closed 2 years ago

xJon commented 2 years ago

Hi! Recently we started using MixinBooter in Hexxit II alongside @Clienthax's patch to fix an incompatibility with Mo' Creatures. Unfortunately since then we've gotten a few reports of people not being able to download the modpack due to Windows Defender / their anti virus programs. We can't reproduce this easily and it doesn't happen to everyone:

Do you think there's anything that can done about this? Thanks in advance!

clienthax commented 2 years ago

Should just have to report it to Microsoft as false positive https://github.com/Anc813/MicMute/issues/18

Rongmario commented 2 years ago

Seeing as it's a .zip, I'm guessing you repacked it?

xJon commented 2 years ago

@Rongmario It is required to repack each individual mod for Technic Solder; inside the .zip it's just a mods folder with the .jar mod file inside

Rongmario commented 2 years ago

@xJon I see. Just ran though Virustotal and got the same result; try reporting it for being a false positive. Windows Defender for me doesn't pick anything up though, could be to do with me testing on a Win11 instance.

xJon commented 2 years ago

@Rongmario Reported false positive both to Windows Defender & Ikarus, you can do that too over https://github.com/hankhank10/false-positive-malware-reporting, might help.

Rongmario commented 2 years ago

@xJon done, it seems like mods with Mixin library are getting flagged.

clienthax commented 2 years ago

Not surprising given the nature of it tbh

xJon commented 2 years ago

image

Hopefully we'll get a response from Windows Defender soon, too.

Rongmario commented 2 years ago

Closing this as it is now fixed.