Results 1 to 14 of 14

Thread: How Virus works and kill it?

Hybrid View

  1. #1
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: How Virus works and kill it?

    You should be knowing what you are doing in order to add code to a .exe file.
    It's doable, not a hard thing to do actually. You need to learn assembly language, debug a couple of files and you'll know how and where to insert new code.
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Nov 2005
    Posts
    70

    Question Re: How Virus works and kill it?

    Can you give me the guide to study Assembly Language(Beginning)?

    How Anti-Virus software know which file is virus?

  3. #3
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: How Virus works and kill it?

    Quote Originally Posted by camlearner
    Can you give me the guide to study Assembly Language(Beginning)?

    How Anti-Virus software know which file is virus?
    Each virus has a unique signature, it inserts it's signature in the first line of the file, so it doesn't keep infecting the same file over and over...

    Antivirus software has a database of these signatures, it checks for the signature in files when scanning
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Nov 2005
    Posts
    70

    Question Re: How Virus works and kill it?

    So it means when a new virus was create, Anti-virus software can not detect it until the signature of the virus has put in the signature of anti-vrus software?

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