Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Anti virus source code !!  (Read 10463 times)

0 Members and 1 Guest are viewing this topic.

tornado_Saurabh

  • Guest
Anti virus source code !!
« on: January 04, 2008, 12:43:43 AM »
Can any body help me in writing an anti virus source code ??

Deerpark



    Egghead
  • Thanked: 1
    Re: Anti virus source code !!
    « Reply #1 on: January 04, 2008, 08:28:28 AM »
    Well basically a traditional antivirus engine does nothing more than comparing file signatures against signatures of known viruses. (In real life it's more complex than that, but this is the basic idea.)
    So in order to create an anti virus program you will need signatures of the viruses it should be able to detect.

    But maybe you should get the basics down first. Like what programing language are you going to use to write the program? What operating system should it run under? What viruses should it detect and so on... Also what programming experience do you have? Because a project like this is not for beginners.
    Any sufficiently advanced technology is indistinguishable from magic.
    Arthur C. Clarke (1917 - 2008)

    tornado_Saurabh

    • Guest
    Re: Anti virus source code !!
    « Reply #2 on: January 04, 2008, 10:27:03 PM »
    I am a final year Comp Science Student . I am fully determined to design an anti-virus engine . The OS is Windows . Language can be C++ or most probably Java .

    Deerpark



      Egghead
    • Thanked: 1
      Re: Anti virus source code !!
      « Reply #3 on: January 05, 2008, 06:07:45 AM »
      Maybe you should take a look at an open source antivirus program then.
      http://www.clamwin.com/

      It is written in C++ and Python.
      Any sufficiently advanced technology is indistinguishable from magic.
      Arthur C. Clarke (1917 - 2008)

      tornado_Saurabh

      • Guest
      Re: Anti virus source code !!
      « Reply #4 on: January 05, 2008, 09:49:57 PM »
      How can I get source code or even documentation . I went to the site but I am not able to get it ! Please help  >:(

      Deerpark



        Egghead
      • Thanked: 1
        Re: Anti virus source code !!
        « Reply #5 on: January 06, 2008, 07:55:20 AM »
        You will have to check it out from their SVN repository (source control) here.
        http://sourceforge.net/svn/?group_id=105508
        Any sufficiently advanced technology is indistinguishable from magic.
        Arthur C. Clarke (1917 - 2008)

        tornado_Saurabh

        • Guest
        Re: Anti virus source code !!
        « Reply #6 on: January 08, 2008, 11:51:23 PM »
        how to retrieve the source code from the CVS or give some idea how to contribute to the source code ??
        thanks for your help  :)

        Deerpark



          Egghead
        • Thanked: 1
          Re: Anti virus source code !!
          « Reply #7 on: January 09, 2008, 03:03:26 AM »
          How to retrieve it is described on the page I linked to. Note that is not a CVS repository but a SVN repository. You will need a SVN client in order to do the checkout.
          TortoiseSVN is a good standalone SVN client. if you're using MS Visual Studio you might want to take a look at AnkhSVN.

          If you want to contribute to the source code you will need to contact the developers of Clamwin. I highly doubt they let anonymous people commit to the repository since that could seriously mess up the code.
          Any sufficiently advanced technology is indistinguishable from magic.
          Arthur C. Clarke (1917 - 2008)

          tornado_Saurabh

          • Guest
          Re: Anti virus source code !!
          « Reply #8 on: January 09, 2008, 04:06:55 AM »
          In that link there are options for retrieving the exe file not the source code .. I can see the codes but I cant download them all at once ..      please help me in getting the code ..

          Deerpark



            Egghead
          • Thanked: 1
            Re: Anti virus source code !!
            « Reply #9 on: January 09, 2008, 04:28:16 AM »
            Have you downloaded a SVN client yet? If yes which one?
            Any sufficiently advanced technology is indistinguishable from magic.
            Arthur C. Clarke (1917 - 2008)

            tornado_Saurabh

            • Guest
            Re: Anti virus source code !!
            « Reply #10 on: January 10, 2008, 01:26:48 AM »
            I have downloaded TortoiseSVN and  ankhsvn .. these are msi files .. will try to work out

            tornado_Saurabh

            • Guest
            Re: Anti virus source code !!
            « Reply #11 on: January 17, 2008, 11:29:42 PM »
            I have installed TortoiseSVN .. its telling to right click and create repository .. How to get the codes from net .. What URL to give ?? Please help ..

            Deerpark



              Egghead
            • Thanked: 1
              Re: Anti virus source code !!
              « Reply #12 on: January 18, 2008, 02:36:43 AM »
              This is the url for the repository.
              https://clamwin.svn.sourceforge.net/svnroot/clamwin

              It is listed on the page I linked to earlier.
              http://sourceforge.net/svn/?group_id=105508
              Any sufficiently advanced technology is indistinguishable from magic.
              Arthur C. Clarke (1917 - 2008)

              tornado_Saurabh

              • Guest
              Re: Anti virus source code !!
              « Reply #13 on: January 18, 2008, 11:59:54 PM »
              I tried to work out in linux ..
              svnadmin create /usr/svn/newrepos
              svn checkout "https://clamwin.svn.sourceforge.net/svnroot/clamwin/"
              I tried the above but it gave error as below ..
              svn: PROPFIND request failed on '/svnroot/clamwin'
              svn: PROPFIND of '/svnroot/clamwin': Could not resolve hostname `clamwin.svn.sou rceforge.net': Temporary failure in name resolution (https://clamwin.svn.sourcef orge.net)

              How to resolve please help ..

              Deerpark



                Egghead
              • Thanked: 1
                Re: Anti virus source code !!
                « Reply #14 on: January 19, 2008, 03:11:27 AM »
                What?
                In your last post you have downloaded TortoiseSVN and needed help getting it to download the repository... now you're suddenly doing it in Linux? Sorry can't help you there. I'm only a Linux beginner myself.
                Any sufficiently advanced technology is indistinguishable from magic.
                Arthur C. Clarke (1917 - 2008)