Introduction - If you have any usage issues, please Google them yourself
The password box looks at the tool source code
(1) password box to view tools to enhance the rights of the process and increase the DEBUG permissions;
(2) obtain the window handle according to the mouse position;
(3) obtain the process ID of the subordinate according to the window handle;
(4) the password box view tool opens the process in PROCESS_ALL_ACCESS;
(5) inject thread code into the process;
(6) establish and execute remote threads, and use GetWindowText in the remote thread to get the window text;
(7) password box to view the content and display it.
Password box view tool software features:
No DLL.
For the realization of the function of the common practice is to use global hooks, will all the corresponding process DLL injection, enabling reuse GetWindowText or WM_GETTEXT message text, to get the window noticed that global hooks make the system performance degradation, and the program is much more a tiresome DLL.