The same problem as described here: Handle encoding problem
Russian language in Handle.exe
Ivan P
1
Reputation point
I use Handle.exe and there is a problem. I run it through Visual Studio in c ++. Some file paths are displayed with "?" (due to the fact that some files are in Russian) Can you please tell me how to make sure that Russian files Handle.exe v4.22 are displayed ??
Developer technologies | C++
3,977 questions
2 answers
Sort by: Most helpful
-
-
Castorix31 90,686 Reputation points
2023-01-19T09:29:14.8+00:00 I use Handle.exe and there is a problem. I run it through Visual Studio in c ++
You can enumerate handles by code with NtQuerySystemInformation
You can find many samples on Google, or one I had posted like in Finding process holding device reference