摘要:
本文说明已知其它进程变量所在地址,如何读取此进程变量地址所保存的信息Win32ReadMemTest的代码如下#include "stdafx.h"#include "windows.h"int add(int a,int b);typedef int (*func)(int,int);int _tmain(int argc, _TCHAR* argv[]){ DWORD number=10000; DWORD *ptr=&number; func myfunc=NULL; myfunc=add; printf("%p: %d\n&qu 阅读全文
posted @ 2013-02-06 17:18
b0b0
阅读(1473)
评论(0)
推荐(1)

浙公网安备 33010602011771号