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
阅读全文
摘要:下面这些函数被应用于文件内存映射中:1) CreateFileMapping 2) FlushViewOfFile 3) MapViewOfFile 4) MapViewOfFileEx 5) MapViewOfFileVlm 6) OpenFileMapping 7) UnmapViewOfFil
阅读全文
摘要:引用地址:https://eason.blog.csdn.net/article/details/7707821 通过安装Hook过程,可以用来屏蔽消息队列中某些消息 HHOOK SetWindowsHookEx( int idHook,//钩子过程的类型 HOOKPROC lpfn,//钩子过程,
阅读全文
摘要:#include "atlstr.h" /*********************************************************************** Function : GetMouduleName** Description : 获取当前进程的名称和路径* *
阅读全文
摘要:#include <afxinet.h> int main(){ BOOL dRes,pRes; HINTERNET hInternet; HINTERNET hConnect; hInternet = InternetOpen("A3GS Sample", INTERNET_OPEN_TYPE_D
阅读全文
摘要://遍历进程 #include <windows.h>#include <tlhelp32.h> //进程快照函数头文件#include <stdio.h> int main(){ int countProcess=0; //当前进程数量计数变量 PROCESSENTRY32 currentProc
阅读全文

浙公网安备 33010602011771号