Upgrade your Malwarebytes free with a sudo real-time protection feature just like the PREMIUM version
Malwarebytes free version doesn't support real-time protection nor does it even let you schedule scans? This program aims to automate the process of scanning your Mac for malware each day at a set time with the help of some simple apple scripts.
- Technologies
- Installation
- [Usage example](#usage example)
- [Release History](#release history)
- Meta
- Contributing
Project is created with:
- Script Editor
- UIElementInspector
- LaunchControl
- launchd
- launchtcl
OS X:
installation stuff
Add:
- examples
- code blocks
- screenshots/gifs
- 0.2.1
- CHANGE: Update docs (module code remains unchanged)
- 0.2.0
- CHANGE: Remove
setDefaultXYZ()
- ADD: Add
init()
- CHANGE: Remove
- 0.1.1
- FIX: Crash when calling
baz()
(Thanks @GenerousContributorName!)
- FIX: Crash when calling
- 0.1.0
- The first proper release
- CHANGE: Rename
foo()
tobar()
- 0.0.1
- Work in progress
Nguyen Duy Thanh – github.io – yohowdoyoudo@gmail.com
Distributed under the GNU AGPLv3 license. See LICENSE.txt
for more information.
github/ThomasDNguyen/MalwarebytesScheduledScan
- Fork it (https://github.com/ThomasDNguyen/MalwarebytesScheduledScan/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request