-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
WinPcap源代码包
包含所有头文件和链接库
WinPcap源代码包
包含所有头文件和链接库-WinPcap source code package contains all header files and link libraries
- 2022-01-29 00:29:42下载
- 积分:1
-
Sine wave DC pulse width speed control system simulation model, the realization...
正弦波直流脉宽调速系统的仿真模型,实现异步电动机的可逆调速。-Sine wave DC pulse width speed control system simulation model, the realization of the reversible induction motor speed control.
- 2022-04-17 23:52:50下载
- 积分:1
-
进制间得转化 有2进制,10进制,16进制间的转换
进制间得转化 有2进制,10进制,16进制间的转换-Inter-band has transformed into a 2-band, 10 hexadecimal, 16 hexadecimal conversion between
- 2022-08-26 14:13:41下载
- 积分:1
-
SGU 169 CPP代码C
sgu 169 cpp code c-sgu 169 cpp code c++
- 2022-09-03 10:15:03下载
- 积分:1
-
AsynchIO shows how to use OPC events synchronously
AsynchIO shows how to use OPC events synchronously
- 2023-02-28 21:50:03下载
- 积分:1
-
STL中的list
STL LIST-STL LIST XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- 2022-02-06 03:45:48下载
- 积分:1
-
pop协议开发源文件
pop协议开发源文件-pop source development agreement
- 2022-07-18 01:46:11下载
- 积分:1
-
informix数据库开发
ESQL语言编译
informix数据库开发
ESQL语言编译-informix database development ESQL compiler
- 2022-01-21 03:34:24下载
- 积分:1
-
nmap不会不知道把
nmap不会不知道把-nmap does not know about
- 2022-09-19 19:45:03下载
- 积分:1