Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way/tools to show all the memory mapped files in the system?

After creating a named memory mapped file, is there any tool under windows to show the memory mapped files?

like image 239
user705414 Avatar asked Feb 01 '12 15:02

user705414


1 Answers

Sysinternal's WinObj is a browser for the kernel object namespace.

Memory-mapped files appear as kernel objects of type "Section".

You'll need to run WinObj as an Administrator and you'll typically find your objects under "Sessions\1\BaseNamedObjects".

like image 178
arx Avatar answered Oct 07 '22 14:10

arx