-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
Design Pattern Mini
设计模式迷你手册,希望对大家有所帮助,包含了几种常用的设计模式.-Design Pattern Mini-Manual, and they hope to help everyone, including several commonly used design patterns.
- 2022-03-22 07:57:09下载
- 积分:1
-
I2C project by using PICf458 and TNC75 (term sensor)
I2C project by using PICf458 and TNC75 (term sensor)
- 2022-06-19 07:04:48下载
- 积分:1
-
国外人写的ftp客户端服务器源码,非常方便的实现ftp上传下载程序!...
国外人写的ftp客户端服务器源码,非常方便的实现ftp上传下载程序!-Written by foreign ftp client-server source code
- 2022-03-22 05:22:40下载
- 积分:1
-
高的
高质量软件开发 李维 Borland大中华区 首席技术官-high-quality software development, chief technology officer, Greater China Li Borland
- 2022-02-11 10:54:28下载
- 积分:1
-
_listbox演示程序
_listbox演示程序-_listbox Demonstration Program
- 2022-04-21 08:29:42下载
- 积分:1
-
C++填充源程序,有助于对图形学初期学习的人!
C++填充源程序,有助于对图形学初期学习的人!-C++ fill scoure code!
- 2022-01-25 16:58:28下载
- 积分:1
-
操作系统可以引用端口的所有进程和进程…
一个可以列举系统运行的所有进程和进程打开的端口号。-an operating system can cite all the process and the process of opening the port.
- 2022-01-26 14:04:23下载
- 积分:1
-
21天学通C++,Jesse Liberty 和Bradley Jones编著 第五版课程上面的程序案例。...
21天学通C++,Jesse Liberty 和Bradley Jones编著 第五版课程上面的程序案例。-21-day study-pass C++, Jesse Liberty and Bradley Jones compiled the fifth edition of the course the above procedure cases.
- 2022-01-30 20:59:34下载
- 积分:1
-
BIN2C,对 C 文件 bin 文件更改
BIN2C,对 C 文件 bin 文件更改
用法: bin2c bin_file C_file
与 c + + 6.0 编著上
- 2022-02-06 01:49:46下载
- 积分:1