-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
介绍认知网络的定义与内容,结合具体实例容易理解。适合学生和教师使用。...
介绍认知网络的定义与内容,结合具体实例容易理解。适合学生和教师使用。-Introduce the definition of cognitive networks and content, combined with concrete examples easier to understand. The use of suitable students and teachers.
- 2022-09-25 06:20:03下载
- 积分:1
-
计算机专业编译原理课程实验,LL1分析法源代码
计算机专业编译原理课程实验,LL1分析法源代码,编译原理是神课,大家都知道。。。救你们来了哈哈
- 2022-01-28 21:34:03下载
- 积分:1
-
简易通讯录 非常值得学习的一个小软件
简易通讯录 非常值得学习的一个小软件-Address Book is very easy to learn
- 2023-08-12 21:10:02下载
- 积分:1
-
convert Vedio to a .bmp Images.writed in VC++6.0
convert Vedio to a .bmp Images.writed in VC++6.0
- 2022-08-07 04:30:20下载
- 积分:1
-
改写DELPHI的口令查看程序.
本例使用BCB进行星号下的口令查看....
改写DELPHI的口令查看程序.
本例使用BCB进行星号下的口令查看.
-rewrite Delphi"s orders View procedures. BCB cases of the use of an asterisk for the password View.
- 2022-01-25 16:27:30下载
- 积分:1
-
This example function is implemented using VC++6.0 calculate the time difference...
本例子功能是用VC++6.0实现的计算两个日期的时间差值的。在此只实现了计算两个日期的小时差,其它的分钟,秒,天数等类似可以实现。-This example function is implemented using VC++6.0 calculate the time difference between the two dates. This is only achieved two dates to calculate the hour difference, other minutes, seconds, the number of days and the like can be achieved.
- 2022-05-27 08:26:06下载
- 积分:1
-
基于uilib的internet浏览器
使用uilib库制作的浏览器,使用VS2012工程,界面简洁,可输入地址,回到主页,可隐藏界面,系统托盘显示,包含资源文件uilib使用VS2012编译通过,包含头文件,Debug库和dll文件,工程已配置好,直接编译即可
- 2023-03-24 08:05:04下载
- 积分:1
-
基于API的录音机程序,包括数字音频基础知识,相关API函数,结构,消息及程序设计
基于API的录音机程序,包括数字音频基础知识,相关API函数,结构,消息及程序设计-API based on a tape recorder procedures, including basic knowledge of digital audio, related API function, structure, news and program design
- 2023-04-26 12:15:03下载
- 积分:1
-
a regimen based on the PXA255 telemetry, remote control system server software s...
一个基于PXA255的水情遥测、遥控系统现场服务器软件,WINCE环境下运行仅现场服务器部分-a regimen based on the PXA255 telemetry, remote control system server software scene, pulled environment servers running only part of the scene
- 2023-01-04 09:10:03下载
- 积分:1