|
-
October 13th, 2004, 06:58 AM
#1
Member
How virus works
Hi,
I want to study abt how virus working.. like how it get into the memory and attaching itself to other files and replication part.
I gone through some of the articles in web but I'm able to find those articles are based on DOS. I knew writing memory resident prg and interrupt prg in DOS.
In dos there is no protection in memory and we can access anywhere in the memory. But how the virus working in win 2k/xp ?
I'm half the way studying winnt internals but i'm not able to match with programming.
Is there any good turtorial will explain with realted to win2k.
Dont suggest me any books.. finacially i am not in the position to buy any books.....If any online e-books/articles/tutorials plz let me know.
-lok.
-
October 13th, 2004, 09:38 AM
#2
well firstly the ONLY thing that defines a virus is its ability to replicate and spread. the malicious intent comes from what the program actually does.
So from that, a virus is a 'self-copying' program that does as its told. 
from you question, you want to know how to program, not nessicarily a virus, but programming in general... can i suggest http://www.programmingtutorials.com/
from there you should pickup on the languages you like, so google up so other tuts 
CTO
no signature was attached to this email
-
October 13th, 2004, 03:23 PM
#3
Little blackbook of computer viruses: http://vx.netlux.org/lib/vml00.html
Giant blackbook of computer viruses: http://vx.netlux.org/lib/vml01.html
You might want to check out the whole site as wel: http://vx.netlux.org/lib/?lang=EN
The above sentences are produced by the propaganda and indoctrination of people manipulating my mind since 1987, hence, I cannot be held responsible for this post\'s content - me
www.elhalf.com
-
October 13th, 2004, 05:05 PM
#4
i think i got a solution for that! and not only that if u want to know about working of anything you can just visit the website:
www.howstuffworks.com
happy surfing
-
October 14th, 2004, 06:47 AM
#5
Member
Thanks for ur suggestions,
http://vx.netlux.org/lib/?lang=EN helps lot to understand the basics.
In my four hrs study, If we want to working of basics of virus via program
we need to do is,
Study the exe* file format ( *any file format virus infects)
study asm it will help how commands executed low level. It will help us
How the virus code get into the other file without disturbing the functionality of the original file.
Most important OS internels help us how process executed and the memory protection techniques... etc.
-lok.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|