Hello friends this article to the programmers who wants to makes some intresting softwares and there own applications like this antivirus program...This antivirus program is for beginners and easy to understand.... lets come to learn
Focus Points
The main points behind searching an virus is identify the structure of the virus file.
In coding phase first u have to learn file handling and the new concept is system command.
system command : executes dos commands within c++ program. It currently works to include sub directiories in the file.
Focus Points
The main points behind searching an virus is identify the structure of the virus file.
- Step1 : Get a list of file folders that includes to scan.
- Step2 : Scan them one by one using char sample would be tagged as "Infected".
- Step3 : Delete this virus file, in case when u find them.
system command : executes dos commands within c++ program. It currently works to include sub directiories in the file.
for coding goto : Antivirus coding
Comments
Post a Comment