Closed Thread
Page 1 of 5 123 ... LastLast
Results 1 to 10 of 43

Thread: Virus Detection

  1. #1
    telboon is offline Newbie
    Join Date
    May 2008
    Posts
    26
    Rep Power
    0

    Virus Detection

    There are so many viruses, and many does the same job(or so I assume). What is the thing that makes them different in the eyes of anti-virus?

    I understand that they read the signature, but what exactly is a signature? Is it like checksum? Is it a determining code in the file? What is it, really?

    However, new virus comes out everyday, so how is it that they are 'new', since many of them have probably the same code structure anyway? That is of course assuming a simple structure of virus

    Copies itself to camoflauge->Sets startup->spread->payload

    So, how do I make a malware that it will not get detected?

    Packers did come up a couple of times in my search, but I have no idea what it's about in details.

    Thanks in advance!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Sionofdarkness is offline Programming Expert
    Join Date
    Jul 2006
    Posts
    383
    Rep Power
    0

    Re: Virus Detection

    I've always wondered how they identify different types of viruses as well. I assume it is something fundamental in the code. By the way, why do you want to make a malware?

  4. #3
    shaunxx is offline Newbie
    Join Date
    Jun 2008
    Posts
    5
    Rep Power
    0

    Re: Virus Detection

    Hello there,
    Its an interesting one. Nowadays we can see see that 13 year old boys creating malware and destroying the database of entire network. They do some lazy programs into the root and cracks up. Its been updating according to the new softwares..

  5. #4
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Virus Detection

    Most AVs work by searching for known signatures. Which are portions of the virus code that basically identify that virus as itself. Some other AVs will also watch for stuff like registry writes, and then quarantine programs that are trying to do such stuff without your approval. However, some newer AVs are also using heuristics.

    Also making malware is gay. Make a virus, make a worm, or make a trojan, don't make some ****ty program that is going to copy itself in the registry and start displaying stupid messages or messing with my mouse.

    Also, what does this mean? LOL

    Hello there,
    Its an interesting one. Nowadays we can see see that 13 year old boys creating malware and destroying the database of entire network. They do some lazy programs into the root and cracks up. Its been updating according to the new softwares..

  6. #5
    telboon is offline Newbie
    Join Date
    May 2008
    Posts
    26
    Rep Power
    0

    Re: Virus Detection

    Hmm, actually viruses, worms and trojans are subset of malwares.
    Code:
    Malware is software designed to infiltrate or damage a computer system without the owner's informed consent.
    Well, at least according to Wikipedia(can't find much credible sources nowadays online >.< )

    How does a heuristic scanner works by the way?

  7. #6
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Virus Detection

    Malware, is the group that all programs fall into that aren't good enough to be viruses, trojans, or worms. Which is probably what you will be coding.

  8. #7
    elvenrunelord's Avatar
    elvenrunelord is offline Learning Programmer
    Join Date
    Jul 2008
    Posts
    88
    Rep Power
    0

    Re: Virus Detection

    Quote Originally Posted by MeTh0Dz View Post
    Also making malware is gay.
    Dude why would you think that making Malware is happy? You do know that is the meaning of the word gay right?

  9. #8
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Virus Detection

    DELETED

    Yeah, Slice Ownz Your Posts.

    Get over it

    /Talk
    Last edited by xXHalfSliceXx; 07-14-2008 at 07:03 PM.

  10. #9
    elvenrunelord's Avatar
    elvenrunelord is offline Learning Programmer
    Join Date
    Jul 2008
    Posts
    88
    Rep Power
    0

    Re: Virus Detection

    You know your a waste of my time don't you?

    In any case I use dictionaries that don't include slang and I use words in their proper manner. There is a word for homosexuality and it is not gay. When you misuse words like that you confuse people and if your dictionary include homosexual in the meanings for the word gay, they have committed an error in judgment. Much like your parents leaving you on the PC without proper supervision. About the only thing cool about you is your avatar.

  11. #10
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Virus Detection

    DELETED

    Yeah, Slice Ownz Your Posts.

    Get over it

    /Talk
    Last edited by xXHalfSliceXx; 07-14-2008 at 07:01 PM.

Closed Thread
Page 1 of 5 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Please help me with this virus!
    By xle_camry in forum Software Development Tools
    Replies: 9
    Last Post: 12-07-2011, 09:57 AM
  2. Have a virus, can't run any of my anti-virus tools. Help please.
    By zeroradius in forum Computer Software/OS
    Replies: 8
    Last Post: 06-14-2011, 04:37 PM
  3. Another Virus
    By phpforfun in forum The Lounge
    Replies: 10
    Last Post: 04-04-2009, 08:28 PM
  4. A USB Virus Detector
    By MXTECH in forum Visual Basic Programming
    Replies: 29
    Last Post: 10-08-2008, 04:19 AM
  5. Not-A-Virus?
    By TcM in forum The Lounge
    Replies: 3
    Last Post: 06-23-2007, 07:24 AM

Tags for this Thread

Bookmarks

Posting Permissions

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