-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
Accelerated C++
C++入门好书
Accelerated C++
C++入门好书-Accelerated C++ C++ Entry book
- 2023-03-30 07:45:04下载
- 积分:1
-
端口扫描器C语言源代码,初学者可以参考一下
端口扫描器C语言源代码,初学者可以参考一下-Port scanner C language source code for reference for beginners
- 2022-04-07 00:17:08下载
- 积分:1
-
编译原理的slr(1)分析程序,用C语言实现,希望对同学有点帮助...
编译原理的slr(1)分析程序,用C语言实现,希望对同学有点帮助-Compilation Principle of slr (1) analytical procedures, using C language implementation, in the hope a little bit to help students
- 2022-02-25 10:47:06下载
- 积分:1
-
Program receives the user types a line character (the number of no more than 80...
程序接收用户键入的一行字符(字符个数不超过80个,该字符串用回车符结束),并按字母、数字及其他字符分类计数,然后将结果存入以letter、digit和other为名的存储单元中。-Program receives the user types a line character (the number of no more than 80 characters, the string end with a carriage return), according to letters, numbers and other characters were counted, and the results stored in order to letter, digit and the other in the name of the storage unit.
- 2023-05-14 03:05:03下载
- 积分:1
-
自己实现的推箱子游戏,用vc6.0编译成功,有一定的价值
自己实现的推箱子游戏,用vc6.0编译成功,有一定的价值-Realize their own game of Sokoban with vc6.0 compile successful, has some value
- 2022-09-23 00:35:03下载
- 积分:1
-
鼠标点击出现日期时间,方便用户和管理者的使用。
鼠标点击出现日期时间,方便用户和管理者的使用。-Date Time click there
- 2022-05-30 20:42:45下载
- 积分:1
-
VC++实现视频传输,服务端发送和客户端接受视频,
VC++实现视频传输,服务端发送和客户端接受视频,-VC++ to achieve video transmission, service delivery and client side to receive video,
- 2023-05-14 02:20:02下载
- 积分:1
-
用ADC0804测量模拟电压,电压范围从0V到5V都能精确的测量,该程序已调试成功,可直接运用...
用ADC0804测量模拟电压,电压范围从0V到5V都能精确的测量,该程序已调试成功,可直接运用-ADC0804 measurement using analog voltage, voltage range from 0V to 5V can precise measurement, the debugging procedure has been successful and could be directly applied
- 2022-01-25 16:52:38下载
- 积分:1
-
用vc 开发屏幕抓取程序,包括光标在内的一些屏幕图象信息
用vc 开发屏幕抓取程序,包括光标在内的一些屏幕图象信息-Vc-screen crawl with the development of procedures, including the cursor, including some of the screen image information
- 2022-01-26 05:05:57下载
- 积分:1