如何实现像FPE一样的其它进程的内存搜索?

adrianx 2002-07-16 04:17:14
如题
...全文
80 8 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
NowCan 2002-08-17
  • 打赏
  • 举报
回复
这个问题问过多次了。只可惜我不会VC,否则就回答这类问题都可以成专家了,呵呵。给你一个VB的例子看看吧。
http://vip.6to23.com/NowCan1/project/MemSearch.zip
http://vip.6to23.com/NowCan1/tech/VirtualQ.htm
ttzzgg_80713 2002-08-17
  • 打赏
  • 举报
回复
不是给你说的的吗??
mty 2002-07-25
  • 打赏
  • 举报
回复
VirtualProtectEx,
BOOL VirtualProtectEx(
HANDLE hProcess, // handle to process
LPVOID lpAddress, // address of region of committed pages
DWORD dwSize, // size of region
DWORD flNewProtect, // desired access protection
PDWORD lpflOldProtect
// address of variable to get old protection
);

it can give you rights to read or write memory in another process,
ttzzgg_80713 2002-07-18
  • 打赏
  • 举报
回复
ttzzgg_80713 2002-07-18
  • 打赏
  • 举报
回复
到.
adrianx 2002-07-17
  • 打赏
  • 举报
回复
VirtulProtectEx是什么函数,MSDN中没见到
ttzzgg_80713 2002-07-17
  • 打赏
  • 举报
回复
源代码已送出了。请查收
mty 2002-07-16
  • 打赏
  • 举报
回复
test the follow function

VirtulProtectEx
WriteMemory
ReadMemory
etc

15,473

社区成员

发帖
与我相关
我的任务
社区描述
VC/MFC 进程/线程/DLL
社区管理员
  • 进程/线程/DLL社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧