https://www.makeuseof.com/create-antivirus-software/

If you want to make an antivirus program, with little knowledge on how to do so, download a project from sourceforge, read the source code, & get evolved with the project. Machine level language are preffered to write antivirus - Generally VC++ Language is good choice.

Antivirus Sample Application

http://msdn.microsoft.com/en-us/library/bb204055(v=exchg.140).aspx

Microsoft Antivirus API

http://users.telenet.be/ws36637/msoav.html

Security Pilot Anti-Virus Devloping

http://securitypilotav.codeplex.com/

Super Av Anti Virus

http://superav.codeplex.com/

Super Av AntiVirus is an open source anti virus with full source code


Anyway, learn a software development language, I recommend C++. There are many components to an anti-virus, such as the engine, detection (signature vs heuristic), self defense, firewall, etc.

Start first with simple applications. These anti-virus companies invest hundreds of thousands of dollars into the development and maintaining of their products, hiring hundreds of programmers to do different tasks.

相关文章:

  • 2021-11-03
  • 2022-12-23
  • 2021-10-25
  • 2022-01-02
  • 2022-12-23
  • 2021-06-20
  • 2021-10-18
  • 2021-07-02
猜你喜欢
  • 2021-11-23
  • 2022-03-04
  • 2022-02-26
  • 2021-09-18
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案