Skip to content

Releases: OpticFusion1/MCAntiMalware

[8.1]

06 Jan 09:39
Compare
Choose a tag to compare

Changes

Updates a lot of dependencies
SimplePluginManagerTransformer now checks loadPlugin and clearPlugins
Certain YML errors are no longer logged since there's nothing we can do
shouldPrintNotInfectedMessages is now checked for properly
The SecurityManager has been updated
Various changes to the database & how the AntiMalware scans files have been made
Updated the command line arguments, run the AntiMalware with --help to get a complete list of current ones
Updated the way notifications are handled
Some typos were fixed and more messages are logged now
The "EmptyPlugin" check is now logged as a "PUP" instead of as malicious
Now uses proguard to shrink file size

NOTIFICATIONS
Changed --windowsNotification to --notify
Current supported types are:
discord, popup, and console

discord notification:
If the "discord_webhook" system environment variable is set any time a malicious plugin is found it will send a message using that webhook
popup:
Send a popup with the relevant information needed
console:
how things are normally logged, this is also the default setting

[4.13]

02 Sep 22:44
77cea57
Compare
Choose a tag to compare

Adds translations.
Adds the --language language command argument.

Command Line Argument
--language [lang] - Changes the language of the program, defaults to en
english is currently the only supported language, over time more languages will be supported

[4.12]

24 Aug 13:00
d0e4b0b
Compare
Choose a tag to compare

Changes

Now logs the string that was detected as malicious if you have debug enabled
Scanner now logs any exception if debug is enabled
TrayIcons now get removed after a few minutes
Fixes an issue related to the default scanning and scanning in directories

[4.11]

12 Aug 13:15
1743d82
Compare
Choose a tag to compare

The program now logs to the AntiMalware/logs directory
Updated the local database

[4.10]

25 Jul 17:18
1eda239
Compare
Choose a tag to compare

Fixes an issue with --scanfile

[4.9]

24 Jul 00:16
8962c14
Compare
Choose a tag to compare

Bumps the version
Updates the local database
Auto redownloads database is getDatabase or getChecksumDatabase returns null

[4.8]

23 Jul 23:44
47c42de
Compare
Choose a tag to compare

Applies a temp fix for #187

[4.7]

21 Jul 10:40
080b552
Compare
Choose a tag to compare

Fixes an error with "file doesn't exist" msgs being spammed in console

[4.6]

10 Jul 01:52
54aa08c
Compare
Choose a tag to compare

Now logs the line number and SourceFile if it's not empty or useless

Update

07 Jul 13:56
4c248fe
Compare
Choose a tag to compare

Removes FalsePositiveCheck
Updates ForceOPCheck to look for another method of opping players, as well as a way to help lower the amount of false-positives (however there WILL be a LOT of false-positives still for this check)
Various misc changes