# Functions
EnablePrivilege 进程开启特权模式.
EnumWindows 枚举窗口.
GetProcessIDByName 根据进程名称获取进程ID.
GetWindowHwndByPID 获取进程窗口句柄.
GetWindowText 获取窗口文本.
GetWindowTextLengthW 获取窗口文本长度.
GetWindowTextW 获取窗口文本,指定最大长度.
GetWindowThreadProcessID 根据窗口句柄获取线程ID和进程ID.
ReadProcessMemory 读取内存数据到缓冲区.
ReadProcessMemoryCStringA 读取内存数据为ASCII字符串.
ReadProcessMemoryCStringW 读取内存数据为Unicode字符串.
ReadProcessMemoryData 读取内存数据到变量.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author