Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: SendInput from the Windows API [modified] Pin
Steven Bostock19-Mar-09 13:34
Steven Bostock19-Mar-09 13:34 
QuestionHow do I call a real refresh of desktop icons? Pin
bbranded19-Mar-09 8:50
bbranded19-Mar-09 8:50 
AnswerRe: How do I call a real refresh of desktop icons? Pin
Alan N19-Mar-09 12:24
Alan N19-Mar-09 12:24 
GeneralRe: How do I call a real refresh of desktop icons? [modified] Pin
bbranded19-Mar-09 15:56
bbranded19-Mar-09 15:56 
GeneralRe: How do I call a real refresh of desktop icons? Pin
bbranded20-Mar-09 3:33
bbranded20-Mar-09 3:33 
GeneralRe: How do I call a real refresh of desktop icons? Pin
bbranded20-Mar-09 3:49
bbranded20-Mar-09 3:49 
AnswerRe: How do I call a real refresh of desktop icons? [modified] Pin
bbranded20-Mar-09 4:40
bbranded20-Mar-09 4:40 
QuestionWriting a basic virus scanner Pin
deviao19-Mar-09 8:37
deviao19-Mar-09 8:37 
Hi there and thanks for reading. Big Grin | :-D

I am currently writing a basic virus scanner but i have hit a problem. I know that a virus will have a signature (a unique order of binary 0's and 1's) that represents how the virus is written. The exact same piece of code will always have the same binary signature.

However, how can i convert a file into its binary format ready to be scanned?Confused | :confused:

My current idea is to keep virus signatures in an xml file, then scan files in a folder for the signatures stored in the xml file.

I am trung to keep it as simple as possible as i have been asked for a basic virus scanner.




This project is still in its early stages so i may be approaching this completly wrong, if so, pointers would be appreciated. Smile | :)

Regards,
AnswerRe: Writing a basic virus scanner Pin
Christian Graus19-Mar-09 10:43
protectorChristian Graus19-Mar-09 10:43 
GeneralRe: Writing a basic virus scanner Pin
Mark Churchill19-Mar-09 15:43
Mark Churchill19-Mar-09 15:43 
QuestionStrange Visual Studio (C#) question... Pin
Jacob Dixon19-Mar-09 7:33
Jacob Dixon19-Mar-09 7:33 
AnswerRe: Strange Visual Studio (C#) question... Pin
tech60319-Mar-09 17:50
tech60319-Mar-09 17:50 
GeneralRe: Strange Visual Studio (C#) question... Pin
Jacob Dixon19-Mar-09 18:04
Jacob Dixon19-Mar-09 18:04 
QuestionCommunicating with windows services Pin
mirko8619-Mar-09 7:18
mirko8619-Mar-09 7:18 
AnswerRe: Communicating with windows services Pin
Giorgi Dalakishvili19-Mar-09 7:26
mentorGiorgi Dalakishvili19-Mar-09 7:26 
AnswerRe: Communicating with windows services Pin
led mike19-Mar-09 7:35
led mike19-Mar-09 7:35 
GeneralRe: Communicating with windows services Pin
mirko8619-Mar-09 7:43
mirko8619-Mar-09 7:43 
JokeRe: Communicating with windows services Pin
musefan19-Mar-09 7:51
musefan19-Mar-09 7:51 
GeneralRe: Communicating with windows services Pin
mirko8619-Mar-09 8:01
mirko8619-Mar-09 8:01 
GeneralRe: Communicating with windows services Pin
led mike19-Mar-09 7:51
led mike19-Mar-09 7:51 
AnswerRe: Communicating with windows services Pin
King Julien20-Mar-09 5:36
King Julien20-Mar-09 5:36 
QuestionPerformance in C# application Pin
sergiq219-Mar-09 6:38
sergiq219-Mar-09 6:38 
AnswerRe: Performance in C# application Pin
Jon Rista19-Mar-09 7:10
Jon Rista19-Mar-09 7:10 
GeneralRe: Performance in C# application Pin
sergiq219-Mar-09 7:24
sergiq219-Mar-09 7:24 
GeneralRe: Performance in C# application Pin
Jon Rista19-Mar-09 14:24
Jon Rista19-Mar-09 14:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.