-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
可画一个矩形,单击移动按扭,可使所画的图形移动,还可画一个矩形,也是单击移动按扭,也可使所画的图形移动。...
可画一个矩形,单击移动按扭,可使所画的图形移动,还可画一个矩形,也是单击移动按扭,也可使所画的图形移动。-can draw a rectangle, click mobile devices, which enable mobile graphics painting, but also a rectangular painting, as well as mobile click buttons, but also enable the painting by mobile graphics.
- 2022-07-20 15:55:56下载
- 积分:1
-
功能强大的2d地图编辑器,本资源版权归作者所有
功能强大的2d地图编辑器,本资源版权归作者所有-2d map editor
- 2022-08-25 19:23:31下载
- 积分:1
-
定时关机,可以设置具体的时间,到时会自动关闭计算机
定时关机,可以设置具体的时间,到时会自动关闭计算机-Timing shutdown, can set a specific time, to automatically shut down your computer
- 2022-01-25 21:31:29下载
- 积分:1
-
在三维空间中显示欧拉角的程序
A program to show the euler angle in 3D space
- 2022-07-19 13:19:45下载
- 积分:1
-
个人及家庭开支明细系统,支持导出到Excel
个人及家庭开支明细系统,支持导出到Excel-Details of personal and household expenditure system, to support the export to Excel
- 2022-03-24 09:38:28下载
- 积分:1
-
ASP.NET_ website design example code examples _
ASP.NET_网站设计实例通_实例代码-ASP.NET_ website design example code examples _-
- 2023-02-19 16:35:04下载
- 积分:1
-
A wince under the LED control windows embedded visual c
一个wince下的LED控制
windows embedded visual c-A wince under the LED control windows embedded visual c
- 2022-07-28 05:16:24下载
- 积分:1
-
a browser source code
一个浏览器源代码-a browser source code
- 2023-08-15 09:10:02下载
- 积分:1
-
可以用来很好的检查堆栈的值
可以用来很好的检查堆栈的值-good can be used to check the value stack
- 2023-07-10 15:50:02下载
- 积分:1