Skip to content

Instantly share code, notes, and snippets.

@jaypeche
Created October 6, 2024 20:04
Show Gist options
  • Save jaypeche/5a02d12d958b477a56e8128053bb6012 to your computer and use it in GitHub Desktop.
Save jaypeche/5a02d12d958b477a56e8128053bb6012 to your computer and use it in GitHub Desktop.

"Clamav-realtime" is a program designed to protect you from threats into your home directory.

As soon as a new file is written, it is sent to the virus scanning engine which put in quarantine in case it is detected as a threat.

This software uses "libnotify" for notifications and "libclamav" as antivirus engine.

It is developped as educational to familiarize myself with the "C language".

This one is functional but has not yet recursive mode, any improvement is welcome.

It is distributed under the terms of the "GNU GPL v3 license."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment