Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi gueys,
I have spent weeks in searching to know how to Explore hard disk files using c++ driver developping?.

I'm developing anti-virus program, only I want is: when the user choose custom scan from scan options the program load a driver and send the path to the driver and the driver scan the specific directory and return the file stream to check it if there bad md5 hash or not.

I will explain what is the purpose of my question.
well, if you know there are many viruses who can stealthy invisible and no one can see it at any level ( adminstrator , system ) only in kernel mode, ( for example the virus known as Packet.Win32.Krap.ar this virus fully invisible you cant see it by any program at any level only in kernel mode).

now, do you have answer to my question?

I hope that

thanx

note: if you need any explanation, just tell me.
Posted
Updated 7-Apr-12 7:34am
v2

1 solution

I don't think this question can be answered in a Q&A forum like this. You need to do some more research into Windows Driver Development Kit[^], as well as the other aspects of the application you are trying to develop.
 
Share this answer
 
Comments
[no name] 7-Apr-12 13:35pm    
Do you think that the file system filter driver can help me?
if it is, how?
Richard MacCutchan 8-Apr-12 11:56am    
Perhaps if you read my answer carefully you will see that this question is too broad for this sort of forum. You need to do the research to decide if this is the best way to solve your problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900