Russian language in Handle.exe

Ivan P 1 Reputation point
2021-02-18T17:13:46.043+00:00

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++
{count} votes

2 answers

Sort by: Most helpful
  1. PolarGoose 11 Reputation points
    2023-01-19T07:15:24.4366667+00:00

    The same problem as described here: Handle encoding problem

    0 comments No comments

  2. 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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.