-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
这是我学习数据结构编的关于显形链表的程序,对学习数据和算法的朋友,一定有用...
这是我学习数据结构编的关于显形链表的程序,对学习数据和算法的朋友,一定有用-This a programme about linear chain when I studied Data Structure.It must be useful to anyone who study data and algorithm
- 2022-01-26 14:25:03下载
- 积分:1
-
TCp端口监测程序源码
TCp端口监测程序源码-TCp port monitoring procedures FOSS
- 2022-02-20 14:16:07下载
- 积分:1
-
An excellent book to basics of programming
An excellent book to basics of programming
- 2022-09-05 21:40:03下载
- 积分:1
-
Components ReImg thumbnail version 1.5 free manual ReImg v1.5 registered version...
组件ReImg缩略图1.5版免费手动ReImg 1.5注册版有更多直接读取文件的功能。比以前的版本功能齐全。以满足大多数用户的需求。
- 2023-07-14 15:20:03下载
- 积分:1
-
to two
将2维数组映射成一维数组处理,能够动态开辟二维数组空间,运算符重载过-to two-dimensional arrays into one-dimensional mapping array processing, dynamic open to two-dimensional arrays of space, too Operator
- 2022-03-10 20:50:51下载
- 积分:1
-
the driver source of the keyboard of the SPCE061
SPCE061A单片机键盘驱动源程序,键盘位置计算。-the driver source of the keyboard of the SPCE061
- 2022-10-06 21:35:03下载
- 积分:1
-
我没试过,只是从别有网上下载的,你们试一下吧
我没试过,只是从别有网上下载的,你们试一下吧-I have not tried, but from other Internet download, you will try it
- 2022-07-03 09:43:25下载
- 积分:1
-
很多游戏的内存无法读取,把本身提升至系统权限后就可以操作了...
很多游戏的内存无法读取,把本身提升至系统权限后就可以操作了-The memory can not read a lot of the game itself to upgrade to the system privileges can be manipulated after the
- 2022-08-21 19:25:12下载
- 积分:1
-
LIVE555代理服务器
该代码是 利用live555 做视频流处理 并实时转发流数据 代码是源于live555 做了基本的改进 采用rtsp协议 兼顾加密
- 2023-07-23 08:10:09下载
- 积分:1