制作外挂_Tag标签_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
当前位置:程序员俱乐部 >>Tag标签 >> 制作外挂 >>列表
· C# 制作外挂常用的API 发布时间:2010-11-16
C#做外挂的常用API,本人用了很久,基本没发现问题usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Runtime.InteropServices;//这个肯定要的namespaceWindowsApplication1{classwin32API{publicconstintOPEN_PROCESS_ALL=2035711;publicconstintPAGE_READWRITE=4... 查看全文