تخطي إلى المحتوى
XREFS0 LogoXREFS0
شروحات
من نحن
تواصل معنا
شروحات
سورس كود
C#PHPVisual BasicPythonC/C++Microsoft AccessDelphi
هندسة عكسية
البرامجالشروحات
التسويق الإلكتروني
البرامجالكورساتبيانات العملاء
من نحنتواصل معنا
XREFS0

شروحات تقنية، تسويق إلكتروني، هندسة عكسية، وسورس كود — كل ما يحتاجه المطور والمبرمج في مكان واحد.

روابط سريعة

  • الرئيسية
  • من نحن
  • الشروحات
  • سورس كود
  • هندسة عكسية
  • التسويق الإلكتروني

قانوني

  • سياسة الخصوصية
  • شروط الاستخدام
  • إخلاء المسؤولية
  • DMCA
  • إزالة محتوى
  • رابط معطل
  • الأسئلة الشائعة

ابقَ على تواصل

اشترك للحصول على آخر الشروحات والأدوات مباشرة.

اشترك في القناة

© 2026 XREFS0. جميع الحقوق محفوظة

صُنع بـ ❤️ للمطورين العرب

  1. XREFS0
  2. سورس كود
  3. ديلفي
  4. Simple Antivirus Scanner
مشروع
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 تحميل
FacebookTweet This
1.8K
العودة لـ ديلفي

مشاريع ذات صلة

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