-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
Windows PE文件格式分析与PEDUMP的实现
Windows PE文件格式分析与PEDUMP的实现-Windows PE File Format Analysis and realization of PEDUMP
- 2022-03-12 19:18:34下载
- 积分:1
-
一个类似Visual C++风格的本地文本文档阅读器,左窗口树状层次显示目录和文件,右窗口显示左窗口选中的文件内容。左窗口的默认根目录在config.txt中定...
一个类似Visual C++风格的本地文本文档阅读器,左窗口树状层次显示目录和文件,右窗口显示左窗口选中的文件内容。左窗口的默认根目录在config.txt中定义。- a Visual C++ like document reader with two windows,the left one display the file under appointed directory in tree style, while the right one display the content for the file selected in left window.Default directory can be appointed in file config.txt
- 2023-07-05 03:05:06下载
- 积分:1
-
利用VC实现的求最小公约数,任意输入两个数即可得到您要的结果...
利用VC实现的求最小公约数,任意输入两个数即可得到您要的结果-Realize the use of VC for the lowest common denominator, both the number of arbitrary input can be the result you want
- 2022-01-21 06:10:09下载
- 积分:1
-
当客户用电子邮箱注册后,会自动回复到电子邮箱客户的邮箱.
当客户用电子邮箱注册后,会自动回复到电子邮箱客户的邮箱.-When customers register with e-mail will automatically revert to the e-mail client
- 2022-06-14 13:33:36下载
- 积分:1
-
高斯衰落信道的仿真,包括延迟、多径条件等,仿真可直接调用函数...
高斯衰落信道的仿真,包括延迟、多径条件等,仿真可直接调用函数-gaosi fading channel simulation, including delays, multi-path condition, the simulation can directly call functions
- 2022-03-16 06:54:05下载
- 积分:1
-
可以很方便的进行职工的管理应用,并且可以实现职工的分数统计...
可以很方便的进行职工的管理应用,并且可以实现职工的分数统计-Can be very convenient for employees management application, and can realize employees Score Statistics
- 2022-01-26 06:33:13下载
- 积分:1
-
* 工程名称:SmartCar
* 功能描述:结合飞思卡尔16位单片机MC9S12DG128B完成小车自动寻迹,沿黑线行驶功能
* IDE环境: M...
* 工程名称:SmartCar
* 功能描述:结合飞思卡尔16位单片机MC9S12DG128B完成小车自动寻迹,沿黑线行驶功能
* IDE环境: Metrowerks CodeWarrior 4.1
* 组成文件:
* main.c
* SmartCar.c/PID.c/LCD1620.c/Test.c
-* Project Name: SmartCar* Functional Description: combination of Freescale" s 16-bit single-chip automatic car MC9S12DG128B completed tracing along the black lane* IDE environment features: Metrowerks CodeWarrior 4.1* constituent documents:* main.c* SmartCar.c/PID.c/LCD1620.c/Test.c, etc. ~ ~ ~
- 2023-06-13 00:20:03下载
- 积分:1
-
汇编语言16qam_mod_matlab_wy.rar,花的设计(1)。AFF GFH
16QAM_mod_matlab_wy.rar基于汇编语言的电子琴设计(1).aff gfh -16QAM_mod_matlab_wy.rar on assembly language, the flower design ( 1). AFF gfh
- 2023-08-30 20:15:03下载
- 积分:1
-
MSN messager a similar pop
一个类似MSN messager的弹出窗口 很cool的 是MFC类based on CFramewnd-MSN messager a similar pop-up window is very cool is the MFC Class based on CFramewnd
- 2022-02-09 22:56:30下载
- 积分:1