Click here to Skip to main content
15,911,707 members
Home / Discussions / C#
   

C#

 
GeneralRe: Appropriate solution on reading a list of Strings from a file [modified] Pin
nstk7-Apr-11 4:37
nstk7-Apr-11 4:37 
AnswerRe: Appropriate solution on reading a list of Strings from a file Pin
OriginalGriff7-Apr-11 8:54
mveOriginalGriff7-Apr-11 8:54 
GeneralRe: Appropriate solution on reading a list of Strings from a file Pin
nstk7-Apr-11 10:48
nstk7-Apr-11 10:48 
GeneralRe: Appropriate solution on reading a list of Strings from a file Pin
PIEBALDconsult7-Apr-11 15:26
mvePIEBALDconsult7-Apr-11 15:26 
QuestionKilling hidden processes Pin
teknolog1236-Apr-11 9:43
teknolog1236-Apr-11 9:43 
AnswerRe: Killing hidden processes Pin
Luc Pattyn6-Apr-11 13:51
sitebuilderLuc Pattyn6-Apr-11 13:51 
GeneralRe: Killing hidden processes Pin
Rajesh R Subramanian7-Apr-11 6:52
professionalRajesh R Subramanian7-Apr-11 6:52 
GeneralRe: Killing hidden processes Pin
Luc Pattyn7-Apr-11 6:59
sitebuilderLuc Pattyn7-Apr-11 6:59 
GeneralRe: Killing hidden processes Pin
Pete O'Hanlon7-Apr-11 9:30
mvePete O'Hanlon7-Apr-11 9:30 
GeneralRe: Killing hidden processes Pin
Luc Pattyn7-Apr-11 10:04
sitebuilderLuc Pattyn7-Apr-11 10:04 
GeneralRe: Killing hidden processes Pin
Pete O'Hanlon7-Apr-11 10:09
mvePete O'Hanlon7-Apr-11 10:09 
GeneralRe: Killing hidden processes Pin
Luc Pattyn7-Apr-11 10:52
sitebuilderLuc Pattyn7-Apr-11 10:52 
AnswerRe: Killing hidden processes Pin
Bassam Abdul-Baki6-Apr-11 14:09
professionalBassam Abdul-Baki6-Apr-11 14:09 
GeneralRe: Killing hidden processes Pin
thatraja6-Apr-11 17:56
professionalthatraja6-Apr-11 17:56 
AnswerRe: Killing hidden processes Pin
Dave Kreskowiak6-Apr-11 14:38
mveDave Kreskowiak6-Apr-11 14:38 
AnswerRe: Killing hidden processes Pin
dan!sh 6-Apr-11 17:29
professional dan!sh 6-Apr-11 17:29 
GeneralRe: Killing hidden processes Pin
teknolog1237-Apr-11 4:02
teknolog1237-Apr-11 4:02 
GeneralRe: Killing hidden processes Pin
dan!sh 7-Apr-11 5:41
professional dan!sh 7-Apr-11 5:41 
AnswerRe: Killing hidden processes Pin
Rajesh R Subramanian7-Apr-11 6:49
professionalRajesh R Subramanian7-Apr-11 6:49 
GeneralRe: Killing hidden processes Pin
Pete O'Hanlon7-Apr-11 9:32
mvePete O'Hanlon7-Apr-11 9:32 
GeneralRe: Killing hidden processes Pin
Rajesh R Subramanian7-Apr-11 9:36
professionalRajesh R Subramanian7-Apr-11 9:36 
GeneralRe: Killing hidden processes Pin
Pete O'Hanlon7-Apr-11 9:51
mvePete O'Hanlon7-Apr-11 9:51 
Rajesh R Subramanian wrote:
NO process can hide itself from being listed in task manager, with no regards to
whether or not it is run at the kernel level.

But that's exactly what a rootkit can do. Basically, it can intercept a call to list processes, and return a list of all processes other than itself. Task manager is a poor application to use to detect these things. An excellent article on rootkits can be found here[^]. (Take a look at figure 3, and the explanation beside it - it's particularly revealing for showing how to detect rootkits).

I'm not a stalker, I just know things. Oh by the way, you're out of milk.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Onyx


GeneralRe: Killing hidden processes Pin
Rajesh R Subramanian7-Apr-11 9:59
professionalRajesh R Subramanian7-Apr-11 9:59 
GeneralRe: Killing hidden processes Pin
Pete O'Hanlon7-Apr-11 10:07
mvePete O'Hanlon7-Apr-11 10:07 
GeneralRe: Killing hidden processes Pin
Rajesh R Subramanian7-Apr-11 10:16
professionalRajesh R Subramanian7-Apr-11 10:16 

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.