Skip to content
XREFS0 LogoXREFS0
Tutorials
About Us
Contact Us
Tutorials
Source Code
C#PHPVisual BasicPythonC/C++Microsoft AccessDelphi
Reverse Engineering
ToolsExplanations
E-Marketing
ToolsCoursesData Client
About UsContact Us
XREFS0

Tech tutorials, reverse engineering & source code — everything developers need in one place.

Quick Links

  • Home
  • About
  • Tutorials
  • Source Code
  • Reverse Engineering
  • E-Marketing

Legal

  • Privacy Policy
  • Terms of Service
  • Disclaimer
  • DMCA
  • Content Removal
  • Report Link
  • FAQ

Stay Connected

Subscribe for the latest tutorials and tools directly.

Join Telegram Channel

© 2026 XREFS0. All rights reserved

Made with ❤️ for Arab developers

  1. XREFS0
  2. Source Code
  3. Delphi
  4. Simple Antivirus Scanner
Project
2026-07-3114,728

Simple Antivirus Scanner

Simple Antivirus Scanner - Scans entire folder (drive) and subfolders for files with specific extension (optional), then gets file MD5 hash, Size in bytes and compares the two values with values from ...

Simple Antivirus Scanner
DelphiSource CodeFree

Simple Antivirus Scanner

Simple Antivirus Scanner - Scans entire folder (drive) and subfolders for files with specific extension (optional), then gets file MD5 hash, Size in bytes and compares the two values with values from database, in case of match displays "Infected: ... etc ...". It contains a database maker; the database contains a fake virus for test purposes that is also available in this source code (a console app which displays a text: "This is a fake virus"). This is the most basic Antivirus engine. The scanning style is very old; antique some may say but there are still antiviruses on the market now that use the same style. You can optionally add HEX, BIN check, etc... to be shure that no false-pozitives appear when scanning. You need TBackGroundWorker component from DelphiArea.

Screenshots

Screenshot

Download Project

Download Simple Antivirus Scanner
14.7K views
1.0K DOWNLOADS
FacebookTweet This
1.8K
Back to Delphi

Related Projects

ADO Test in Delphi

This a ADO Connection Test sample program where you can establish a connection string and view the database records. This program also a capabilities of adding, deleting and modifying records. Viewing...

2026-07-31

Delivery Control System

This program allows you to control the delivery of pizza and other food delivery. It allows you to print a coupon for delivery of products with customer registration.

2026-07-31

Delphi + Firebird

This is my simple Delphi project using Firebird server and FlameRobin as a tool. It is a monitoring type of application that has the capabilities of adding, updating/modifying, deleting records, and g...

2026-07-31