Thread: needed help please..( C++ in AV)

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    3

    needed help please..( C++ in AV)

    Sorry to bother but anyone around knows how to use C++ to write a simple cleaning program which can eliminate some virus...really thanks for the help.....

  2. #2
    Registered User Azuth's Avatar
    Join Date
    Feb 2002
    Posts
    236
    It would really depend on the virus. For instance, a virus that added a file to you computer, and called it from win.ini would be easy to remove. Just delete the file, and the line that executes it, no real challenge. But if the virus actually infects files, depending on how it does it, you may have trouble. What is it you're really aiming for?

    PS: This board is really about helping people with their code or coding. If you have a software project you want someone to write for you, go to one of hte online code autions.
    Demonographic rhinology is not the only possible outcome, but why take the chance

  3. #3
    Registered User billholm's Avatar
    Join Date
    Apr 2002
    Posts
    225

    Lightbulb

    AV programming in C++ could be very complicated. Viruses vary in many ways and it would take specific codes to remove each specific virus.

    Anyway I'll also go deep into that too after I learn sockets programming hehehe
    All men are created equal. But some are more equal than others.

    Visit me at http://www.angelfire.com/my/billholm

  4. #4
    Registered User OxYgEn-22's Avatar
    Join Date
    Apr 2002
    Posts
    36
    yeah, AV coding could be very hard, you have to know what hte virus does and such to your system.. and then you need to know how to reverse and delete it.
    Is that air you're breathing?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. free needed or not?
    By quantt in forum Linux Programming
    Replies: 3
    Last Post: 06-25-2009, 09:32 AM
  2. C Programmers needed for Direct Hire positions
    By canefan in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 09-24-2008, 11:55 AM
  3. Help Please
    By Moose112 in forum C++ Programming
    Replies: 9
    Last Post: 12-10-2006, 07:16 PM
  4. C++ help needed
    By Enkindu in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 08-31-2004, 11:24 PM
  5. Poll: Is pseudocode really needed ?
    By Nutshell in forum A Brief History of Cprogramming.com
    Replies: 29
    Last Post: 02-28-2002, 06:33 PM