05 2021 档案

摘要:#include<iostream> #include<windows.h>#include <atlstr.h>#include<iostream>#include<atltime.h>#include<io.h>#include<stdio.h> using namespace std; #de 阅读全文
posted @ 2021-05-25 20:56 红叶空间 阅读(78) 评论(0) 推荐(0)
摘要:下面这些函数被应用于文件内存映射中:1) CreateFileMapping 2) FlushViewOfFile 3) MapViewOfFile 4) MapViewOfFileEx 5) MapViewOfFileVlm 6) OpenFileMapping 7) UnmapViewOfFil 阅读全文
posted @ 2021-05-21 17:00 红叶空间 阅读(266) 评论(0) 推荐(0)
摘要:引用地址:https://eason.blog.csdn.net/article/details/7707821 通过安装Hook过程,可以用来屏蔽消息队列中某些消息 HHOOK SetWindowsHookEx( int idHook,//钩子过程的类型 HOOKPROC lpfn,//钩子过程, 阅读全文
posted @ 2021-05-14 08:44 红叶空间 阅读(860) 评论(0) 推荐(0)
摘要:#include "atlstr.h" /*********************************************************************** Function : GetMouduleName** Description : 获取当前进程的名称和路径* * 阅读全文
posted @ 2021-05-12 14:52 红叶空间 阅读(558) 评论(0) 推荐(0)
摘要:#include <afxinet.h> int main(){ BOOL dRes,pRes; HINTERNET hInternet; HINTERNET hConnect; hInternet = InternetOpen("A3GS Sample", INTERNET_OPEN_TYPE_D 阅读全文
posted @ 2021-05-11 19:53 红叶空间 阅读(2599) 评论(2) 推荐(1)
摘要://遍历进程 #include <windows.h>#include <tlhelp32.h> //进程快照函数头文件#include <stdio.h> int main(){ int countProcess=0; //当前进程数量计数变量 PROCESSENTRY32 currentProc 阅读全文
posted @ 2021-05-11 17:19 红叶空间 阅读(590) 评论(0) 推荐(0)