摘要: using System;using System.Text;using System.Diagnostics;using System.Runtime.InteropServices;namespace PlantsVsZombiesTool{ publicabstractclass Helper { [DllImportAttribute("kernel32.dll", EntryPoint ="ReadProcessMemory")] publicstaticexternbool ReadProcessMemory ( IntPtr hProces 阅读全文
posted @ 2012-11-15 22:14 蓬莱仙羽 阅读(334) 评论(0) 推荐(0)