Results 1 to 4 of 4

Thread: How to make a antivirus program

  1. #1

    Thread Starter
    Fanatic Member manhit45's Avatar
    Join Date
    May 2009
    Location
    Ha noi - Viet Nam
    Posts
    826

    How to make a antivirus program

    I am beginning to make a antivirus programs. Please tell me these basic :
    1. What language should i have to use?
    2. What database should i have to use?
    3. Have you got any sample about sourcode of antivirus please send to me.
    Thanks for any help ....!
    --***----------***-----

    If i help you please rate me.

    Working with Excel * Working with String * Working with Database * Working with array *

    K51 ĐH BÁCH KHOA HÀ NỘI - Khoa CNTT pro.

  2. #2
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: How to make a antivirus program

    Well, since you've posted this in the VB section, I assume you're thinking about making it in VB. If that's the case, I wouldn't. There's actually a bunch of information on VBF about people who have tried to create a VB Antivirus app and have pretty much failed. VB is an awesome language, but not really suited for this type of thing.

    C++ is probably the best language to create an AV app in.

    For the database, most AV apps usually create their own, if I'm not mistaken.

    You won't really find any sample code for it. But, Google rarely fails me
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: How to make a antivirus program

    The answer to the first question is NOT VB.NET. As such, the rest of the questions aren't really relevant because this is a VB.NET forum. There's really no way that you will be able to create a useful antivirus program unless you are at quite an advanced skill level and have lots of time, so if this is for anything else but interest then don't bother. You need to interact with the OS at a very low level, so you would use C/C++.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4
    Junior Member
    Join Date
    Sep 2010
    Location
    Colombo
    Posts
    23

    Re: How to make a antivirus program

    you can use VB but for signature scan only [that's possible i think]
    but modern day Avs use behavior based, and after-loaded-memory scans [scan the memories on the memory ]
    so these two are impossibl in vb
    ::Its All About Knowing:::
    ::::Zorums:::::

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width