Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Killing hidden processes Pin
Rajesh R Subramanian7-Apr-11 9:59
professionalRajesh R Subramanian7-Apr-11 9:59 
Pete O'Hanlon wrote:
But that's exactly what a rootkit can do.

Yes, which is what I said too. Rootkit is just a fancy name. Whatever name is given to it, the ONLY way to achieve it is to patch the kernel. And I had to state that there's no regards to which ring the process is run at, because it doesn't matter - the enumeration will contain all the processes.

Pete O'Hanlon wrote:
Basically, it can intercept a call to list processes, and return a list of all processes other than itself.

Like I said, I already explained this in my first reply to the OP.

Pete O'Hanlon wrote:
Task manager is a poor application to use to detect these things.

Well, yes. Because task manager was never developed to detect such things. Smile | :)

I'll take a look at the article, but I write code for an anti-virus company, and stroll through, and debug code that has to fight with malware of all sorts on a daily basis. Smile | :)
"Real men drive manual transmission" - Rajesh.

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 
GeneralRe: Killing hidden processes Pin
David19878-Apr-11 1:46
David19878-Apr-11 1:46 
GeneralRe: Killing hidden processes Pin
teknolog1239-Apr-11 2:32
teknolog1239-Apr-11 2:32 
GeneralRe: Killing hidden processes Pin
David19879-Apr-11 2:36
David19879-Apr-11 2:36 
GeneralRe: Killing hidden processes Pin
teknolog1239-Apr-11 6:45
teknolog1239-Apr-11 6:45 
QuestionSocket Exception Pin
Paul Harsent6-Apr-11 5:27
Paul Harsent6-Apr-11 5:27 
AnswerRe: Socket Exception Pin
Pete O'Hanlon6-Apr-11 6:06
mvePete O'Hanlon6-Apr-11 6:06 
GeneralRe: Socket Exception Pin
Paul Harsent6-Apr-11 6:09
Paul Harsent6-Apr-11 6:09 
GeneralRe: Socket Exception Pin
Pete O'Hanlon6-Apr-11 6:21
mvePete O'Hanlon6-Apr-11 6:21 
GeneralRe: Socket Exception Pin
#realJSOP6-Apr-11 9:07
professional#realJSOP6-Apr-11 9:07 
GeneralRe: Socket Exception Pin
Pete O'Hanlon6-Apr-11 9:13
mvePete O'Hanlon6-Apr-11 9:13 
GeneralRe: Socket Exception Pin
ankitjoshi246-Apr-11 9:40
ankitjoshi246-Apr-11 9:40 
AnswerRe: Socket Exception Pin
Luc Pattyn6-Apr-11 6:57
sitebuilderLuc Pattyn6-Apr-11 6:57 
GeneralParallel.For Issue Pin
Bassam Abdul-Baki6-Apr-11 5:12
professionalBassam Abdul-Baki6-Apr-11 5:12 
GeneralRe: Parallel.For Issue Pin
David19876-Apr-11 5:19
David19876-Apr-11 5:19 
GeneralRe: Parallel.For Issue Pin
Bassam Abdul-Baki6-Apr-11 5:25
professionalBassam Abdul-Baki6-Apr-11 5:25 

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.