How to list all the file mappings that were created/opened using CreateFileMapping()/OpenFileMapping?
How to list all the file mappings that were created/opened using CreateFileMapping()/OpenFileMapping?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Far Manager plugin “ProcList” shows the list of handles. Look the source handles.cpp. You need to look at function
DWORD dwPID– inspecting PID,HANDLE file– is a handle to output text file.