P
Polaris
Hi Experts:
Wrote a small program on XP to get a list of running processes. I used the
GetModuleFileNameEx, EnumProcessModules to go through each process and get
the process path, most of the returned path is ok, but noticed strange one
below:
\??\C:\WINDOWS\system32\csrss.exe (0x4A680000)
Anyone knows why there is \??\ at the front of the path? Does that mean the
csrss.exe is a virus? In task manager, the csrss.exe is running and cannot
be stopped.
Any thought is appriciated.
Thanks In Advance!
Polaris
Wrote a small program on XP to get a list of running processes. I used the
GetModuleFileNameEx, EnumProcessModules to go through each process and get
the process path, most of the returned path is ok, but noticed strange one
below:
\??\C:\WINDOWS\system32\csrss.exe (0x4A680000)
Anyone knows why there is \??\ at the front of the path? Does that mean the
csrss.exe is a virus? In task manager, the csrss.exe is running and cannot
be stopped.
Any thought is appriciated.
Thanks In Advance!
Polaris