-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
XP ~ { ob5d:厘米<;1 #,1d3i ~ }
xp~{OB5D:CM
- 2022-07-11 09:40:47下载
- 积分:1
-
用c语言编的,不是本人写的,只是改了改,看了觉得蛮好的~~~~~~~,一起参考~~,^_^!...
用c语言编的,不是本人写的,只是改了改,看了觉得蛮好的~~~~~~~,一起参考~~,^_^!-series, I was not the only change the change, saw the fine ~~~~~~~, together reference ~~,^_^!
- 2022-03-03 10:28:36下载
- 积分:1
-
JSP在线考试系统
基于jsp的在线考试系统适合初学者学习参考,系统实现在线注册,登陆,考试等功能,界面简洁友好。
- 2022-03-16 16:26:47下载
- 积分:1
-
中断 例子 USEFU
中断 例子 USEFU-interrupted example USEFUL
- 2023-05-15 10:50:02下载
- 积分:1
-
100个Jbuilder编写的Java小程序,功能单一,但覆盖面广,适宜入门。...
100个Jbuilder编写的Java小程序,功能单一,但覆盖面广,适宜入门。-100 Jbuilder Java prepared by the procedures and functions of a single, wide coverage, appropriate entry.
- 2022-03-25 04:46:27下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码-Please read them carefully before you write the document package to their specific functions (at least 20 words). Try not to let the station master at the time you spend on the amendment note. Package should not have a password when extracting
- 2022-01-26 00:17:09下载
- 积分:1
-
图象处理程序.....希望对大家有用
图象处理程序.....希望对大家有用-Image processing procedure useful ..... hope everyone
- 2022-05-08 20:46:53下载
- 积分:1
-
一个可以显示多个视图的类,用CTabCtel类
一个可以显示多个视图的类,用CTabCtel类-can show more than one view of categories, with category CTabCtel
- 2023-06-18 19:40:04下载
- 积分:1
-
achieve dormancy function is very simple, as long as the implementation of the a...
实现休眠功能很简单,只要在任意想要执行的地方执行如下给出的休眠函数SetPower()就行,其实休眠很简单,只需要API:SetSystemPowerState()就行,就如关机/注销/重启一样,只需要ExitWindowEx(),但这些API可以直接用在98下,却不能用在2000/XP中,因为这里牵涉到了用户权限,没有权限是不能进行这些操作的,所以,首先要取得权限,下面给出代码:-achieve dormancy function is very simple, as long as the implementation of the arbitrary want the local implementation of the dormancy is as follows function SetPower () on the trip, dormancy is very simple, just API : SetSystemPowerState () on the trip, as shutdown/cancellation/restart, only ExitWindowEx (), but these APIs can be directly used in 98, not in 2000/XP can use, because it involves a user privileges, no authority can carry out these operations, therefore, must first obtain authority code is given below :
- 2022-03-20 18:24:22下载
- 积分:1