Click here to Skip to main content
15,919,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey guys can somebody help me in c# coding for finding out malicious programs in windows 7 o in windows xp i'm new to c# programming and don't know how it can be done any sort of help would be great
thank you in advance
Posted
Updated 6-Apr-12 4:14am
v3
Comments
OriginalGriff 6-Apr-12 10:14am    
IU'm not sure I understand you. Are you asking for instructions on how to write malicious programs in c#?
shrav007 6-Apr-12 10:18am    
no i'm asking you the way to check if there are any kind of malicious process that is actually reducing my computer performance
ZurdoDev 6-Apr-12 10:20am    
Just download a tool like malwarebytes.
shrav007 6-Apr-12 10:22am    
i need to program it coz i'm trying to develope an antivirus program so got to include this method of detection into it so
ZurdoDev 6-Apr-12 10:23am    
It sounds like you have a major learning curve ahead of you then. Anti-virus programs are very low level.

1 solution

"no i'm asking you the way to check if there are any kind of malicious process that is actually reducing my computer performance"

Good! :laugh:

You could do it, but...it would probably be more trouble than it's worth. The problem is in identifying a "malicious" process which will almost certainly be hiding within a legitimate process or impersonating a legitimate process. You would have to access the process memory space (non-trivial in native code, never mind managed!) and examine it in detail. You would then ned some way of identifying it as "rogue" which with non-trivial modern virii is a major undertaking!

I wouldn't do it - I would use MSE, or Kaspersky, or (god forbid) Norton instead - that is what they are very, very good at.
 
Share this answer
 
Comments
shrav007 6-Apr-12 10:55am    
thats wat i wanted to do i mean develope an antivirus so i got to know how can it be done

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