-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
投票系统,主要提票数百分比,供票数统计等功能
投票系统,主要提票数百分比,供票数统计等功能-Voting system, mainly mentioning the percentage of votes for the votes statistics functions
- 2022-03-22 08:38:12下载
- 积分:1
-
c/c++实现cache功能,树结构。
c/c++实现cache功能,树结构。-c/c achieve cache, the tree structure.
- 2022-02-14 22:57:20下载
- 积分:1
-
Three
Three-digit display-Three-digit display---------------
- 2022-11-25 08:25:03下载
- 积分:1
-
documents linked to a certain type of application, the production of such docume...
文件类型关联到某个应用程序中,这样生成的文件就可以默认用你的程序打开了-documents linked to a certain type of application, the production of such documents can use the default procedure opened the
- 2023-08-10 14:00:03下载
- 积分:1
-
dm9000aep 在wince5.0上的驱动硬件平台是pxa270 我已经移植成功运行良好...
dm9000aep 在wince5.0上的驱动硬件平台是pxa270 我已经移植成功运行良好-its a dm9000aep drive for wince i have port it to my pxa270 system and its work will
- 2023-01-10 23:15:04下载
- 积分:1
-
该程序不经能够实现电话拨号功能,还能实现如adsl、网通等拨号功能,还能够监控modem或者网卡的网络流量...
该程序不经能够实现电话拨号功能,还能实现如adsl、网通等拨号功能,还能够监控modem或者网卡的网络流量-the program can be achieved without a telephone dial-up function can be realized as adsl, Netcom, and other dial-up function, but also to monitor the modem or Ethernet network traffic
- 2022-08-08 01:36:21下载
- 积分:1
-
source code for VC learning
vc学习的源代码-source code for VC learning
- 2022-04-12 09:34:53下载
- 积分:1
-
此源码实现了Windowsmobile pda开发中的GPRS的调用和关闭,有本人测试过,可行直接可以拿来用!...
此源码实现了Windowsmobile pda开发中的GPRS的调用和关闭,有本人测试过,可行直接可以拿来用!-This source Windowsmobile pda realize the development of GPRS calls on and off, I have tested and feasible can be used directly with!
- 2022-11-15 01:35:03下载
- 积分:1
-
绝好的vc编程书籍,不看绝对是遗憾,深入介绍了vc的编程机制...
绝好的vc编程书籍,不看绝对是遗憾,深入介绍了vc的编程机制
-excellent vc programming books, is absolutely do not regret, in-depth introduction to the programming mechanism vc
- 2023-04-14 18:05:03下载
- 积分:1