文章 2010-02-04 来自:开发者社区

windows api学习笔记-读写其他进程的内存

#include <windows.h> #include <iostream> using namespace std; HANDLE g_hProcess; BOOL ChangeMemory(DWORD dwValue) { const DWORD dwOneGB = 1024*1024*1024;//1GB const DWORD dwOnePage =...

文章 2010-02-04 来自:开发者社区

windows api学习笔记-终止其他进程

#include .h>.h>//系统会自动连接到指定的库文件lib #include .h>.h>//std io 标准输入输出接口 #include using namespace std; int main() { char szCommandLine[] = "cmd"; STARTUPINFO si = {sizeof(si)};// PROCES...

文章 2010-02-04 来自:开发者社区

windows api学习笔记-遍历系统进程,获取进程名称和ID(进程快照)

#include <windows.h>//系统会自动连接到指定的库文件lib #include <tlhelp32.h>//声明快照函数的头文件 #include <stdio.h>//std io 标准输入输出接口 #include <iostream> using namespace std; int main() { PROCESS...

文章 2010-02-04 来自:开发者社区

windows api学习笔记-创建进程

#include .h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h>.h&am...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐