-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1
-
e010_modbusref,该文件为MODBUS的原版说明e010_modbusref,该文件为MODBUS的原版说明...
e010_modbusref,该文件为MODBUS的原版说明e010_modbusref,该文件为MODBUS的原版说明-e010_modbusref. The document to the original MODBUS e010_modbusref note, The document to the original note MODBUS
- 2022-05-10 10:57:03下载
- 积分:1
-
序列挖掘
我需要一个序列模式挖掘。
- 2022-06-29 19:27:52下载
- 积分:1
-
为C++程序员制作的小测验
C程序员问答
- 2022-02-02 22:09:56下载
- 积分:1
-
The level of blinds show pictures, talk about an image vertically divided into s...
水平百叶窗显示图片,讲一张图像垂直分成若干份,bitblt一行一行的显示-The level of blinds show pictures, talk about an image vertically divided into several copies, bitblt display line by line
- 2022-05-20 18:30:07下载
- 积分:1
-
Bluetooth Connection in Windows Mobile 5.0 using InThehand - C#
This article discusses how Windows Mobile 5.0 devices can connect through the bluetooth using InTheHand DLL in C#.
- 2023-01-08 07:55:03下载
- 积分:1
-
适用于初级用户。希望这些代码可以给大家带来方便。
适用于初级用户。希望这些代码可以给大家带来方便。-Applicable to primary users. These codes can hope to bring convenience to everyone.
- 2022-07-02 20:32:33下载
- 积分:1
-
邮件聊天试作,不过似乎不是很稳定,诶……其他好象没什么要说的了...
邮件聊天试作,不过似乎不是很稳定,诶……其他好象没什么要说的了-E-mail chat trial, but does not seem very stable, ah ... ... the other as if to say nothing of the
- 2022-09-09 10:05:03下载
- 积分:1
-
速易ASP.NET代码生成器 速易ASP.NET代码生成器
速易ASP.NET代码生成器 速易ASP.NET代码生成器-speed easily ASP.NET code generator speed easily ASP.NET code generator
- 2022-02-05 19:08:36下载
- 积分:1
-
VC++ entry in simple terms and application of advanced code examples supporting...
深入浅出VC++入门进阶与应用实例配套的代码第一部分,用来作为入门的学习,很不错-VC++ entry in simple terms and application of advanced code examples supporting the first part of the study used as a portal, it is good
- 2022-02-07 16:40:49下载
- 积分:1