摘要:
#include <iostream> #include <windows.h> using namespace std; /*声明变量 */ HWND hand=NULL; //游戏窗口 DWORD pid=0;//游戏进程ID HANDLE hProcess=NULL;//进程对象 DWORD 阅读全文
posted @ 2023-12-15 19:30
陈若麟
阅读(38)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <windows.h> using namespace std; int main() { int value=0; int pid=0; cout<<"输入修改进程ID"; cin>>pid; HANDLE hProcess=NULL; D 阅读全文
posted @ 2023-12-15 19:26
陈若麟
阅读(14)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2023-12-15 18:42
陈若麟
阅读(13)
评论(0)
推荐(0)

浙公网安备 33010602011771号