Symantec is an open-source antivirus software developed as a university project. Designed to detect, prevent, and remove malware, it provides essential security features such as real-time scanning, manual scans, and quarantine management.
- Real-Time Scanning: Continuously monitors files and processes for malicious activity.
- Manual Scans: Allows users to run on-demand scans of files, folders, or the entire system.
- Quarantine: Suspicious files are isolated to prevent further harm.
- Signature Updates: Regularly updates its malware signature database to detect new threats.
- User Interface: Intuitive UI for easy management and status review.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
- Dear ImGui (MIT License) - libs/imgui
- SQLiteC++ (MIT License) - libs/sqlite