| Name | Description |
![]() | Get_Plugin_Description(WideString) | 按键精灵插件函数说明
|
![]() | PLZ_Base64Decode(WideString) | 对数据进行BASE64解码,如解码成功返回解码后的数据
|
![]() | PLZ_Base64Encode(WideString) | 对数据进行BASE64编码,如编码成功返回编码后的数据
|
![]() | PLZ_CreateMutex(WideString) | 创建一个互斥体(MUTEX)
|
![]() | PLZ_CreateProcess(WideString,WideString,WideString,WordBool) | 创建一个进程返回值为线程的句柄
|
![]() | PLZ_DESDecryptStrFromHex(WideString,WideString) | 传入十六进制的密文与加密 Key,DES 解密返回明文
|
![]() | PLZ_DESEncryptStrToHex(WideString,WideString) | 传入明文与加密 Key,DES 加密返回转换成十六进制的密文
|
![]() | PLZ_EnableDebugPriv | 进程提权
|
![]() | PLZ_EndHandleProcess(Integer) | 通过窗口句柄结束程序
|
![]() | PLZ_EndNameProcess(WideString) | 结束进程
|
![]() | PLZ_ErgodicProcessCount | 遍历进程并返回系统进程总数
|
![]() | PLZ_FileCRC32(WideString,Integer,Integer) | 计算文件CRC32值,支持超过4G的大文件
|
![]() | PLZ_FileCRC64(WideString,Integer,Integer) | 计算文件CRC64值,支持超过4G的大文件
|
![]() | PLZ_FindWindow(WideString,WideString) | 通过窗口类名或者标题返回窗口句柄
|
![]() | PLZ_GetErgodicProcessName(Integer) | 根据有效的ID序号返回一个进程的名称
|
![]() | PLZ_GetErgodicProcessPID(Integer) | 根据有效的ID序号返回一个进程的PID
|
![]() | PLZ_GetWindowThreadProcessId(Integer) | 获取窗口PID
|
![]() | PLZ_HexToIntStr(WideString) | 将十六进制的数字字符串转换为十进制的数字字符串
|
![]() | PLZ_HideWindow(Integer) | 隐藏窗口
|
![]() | PLZ_IniRead(WideString,WideString,WideString,WideString) | ini文件读取配置项
|
![]() | PLZ_IniWrite(WideString,WideString,WideString,WideString) | ini写入配置项目
|
![]() | PLZ_InjectDll(WideString,Integer) | 注入dll
|
![]() | PLZ_IntStrToHex(WideString) | 将十进制的数字字符串转换为十六进制
|
![]() | PLZ_J**ecScript(WideString,WideString) | 执行JS中的函数并返回结果
|
![]() | PLZ_MD5File(WideString) | 返回指定文件的MD5值
|
![]() | PLZ_MD5String(WideString) | 返回字符串的MD5值
|
![]() | PLZ_MoveWindow(Integer,Integer,Integer) | 移动窗口
|
![]() | PLZ_OpenProcess(Integer) | 获取进程句柄
|
![]() | PLZ_PidToHandle(Integer) | 通过PID返回窗口的句柄信息
|
![]() | PLZ_PIDToProcessName(Integer) | 根据进程PID返回进程名称
|
![]() | PLZ_ProcessNameToHandle(WideString) | 通过进程名称获取进程句柄
|
![]() | PLZ_ResumeThread(Integer) | 回复指定线程的运行
|
![]() | PLZ_SetWindowText(Integer,WideString) | 修改窗口标题
|
![]() | PLZ_ShowWindow(Integer) | 显示窗口
|
![]() | PLZ_StrCRC32(WideString) | 计算字符串的CRC32值
|
![]() | PLZ_StrCRC64(WideString) | 计算字符串的CRC64值
|
![]() | PLZ_SuperFindWindow(WideString) | 超级窗口句柄查询
|
![]() | PLZ_SuspendThread(Integer) | 暂停线程运行
|
![]() | PLZ_UnInjectDll(WideString,Integer) | 卸载DLL的注入
|
![]() | PLZ_WindowNameToClassName(WideString) | 通过窗口标题返回窗口类名
|
![]() | PLZ_WindowSize(Integer,Integer,Integer) | 改变窗口的大小
|