Home > Software engineering >  For help! Spy catch controls without API hook, what is the way to get information about the control?
For help! Spy catch controls without API hook, what is the way to get information about the control?

Time:09-28

Visual controls should be custom painting, there are many text box, spy++ cannot catch these text box handle
How can I get the text box in the text?

CodePudding user response:

This kind of situation, I just want to get this method:
Screen capture + OCR

CodePudding user response:

Software:
CheatEngine
WinHex

The Windows API:
OpenProcessToken
LookupPrivilegeValue
AdjustTokenPrivileges
The CloseHandle
OpenProcess
ReadProcessMemory



  • Related