Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Security > Re: windows smss.exe strings loaded in memory - are they hidden?

Reply
Thread Tools Display Modes

Re: windows smss.exe strings loaded in memory - are they hidden?

 
 
Paul Baker [MVP, Windows Desktop Experience]
Guest
Posts: n/a

 
      03-12-2009
Perhaps you are denied PROCESS_VM_READ access to that process.

ReadProcessMemory:
http://msdn.microsoft.com/en-us/library/ms680553.aspx

Process Security and Access Rights:
http://msdn.microsoft.com/en-us/library/ms684880.aspx

Paul

<> wrote in message
news:93eb0b73-36d1-4e39-9a1b-...
> Hi all,
>
> I had nothing better to do so I checked on what kind of strings I
> could find inside Windows processes using the Sysinternals "Process
> Explorer".
>
> This tool can show strings inside executables currently running in
> Windows. In fact it has two settings:
> -"Image": to show the strings found inside the executable as it is on
> the hard disk
> -"Memory": to show the strings found inside the executable in RAM.
>
> (The reason for the two separate settings is that some times malware
> obfuscates strings so that they are visible only when the executable
> is in RAM)
>
> In any case, one of the processes I checked was smss.exe. I noticed
> that it shows a lot of strings when the "Image" radio button is
> selected, but when selecting the "Memory" radio button the window goes
> completely blank. Sort of gives one the impression that Process
> Explorer has no access to the in-memory strings?
>
> And after checking other processes it seems that smss.exe is the only
> MS process for which no strings are visible in the memory.
>
> What could be the cause of this? Could this be a side effect of how
> smss.exe itself is loaded into the memory?
>
> Thanks in advance



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Photos down loaded from my SD memory card EAA Docent Windows Vista General Discussion 2 01-23-2008 01:34 PM
Activation/Wireless Service problems/Windows Update not working/smss.exe stops Kolin Tregaskes Windows Vista Installation 9 07-23-2006 10:24 PM
windows xp service pack 2 installation failure due to smss.exe run Jimbo Windows Update 2 07-05-2006 03:42 AM
windows xp service pack 2 installation failure due to smss.exe run Jimbo Windows Update 1 07-04-2006 07:49 PM
Does ntds.dit get loaded into memory? Simon Geary Active Directory 4 07-28-2004 09:23 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59