当前位置:
首页
资源下载

搜索资源 - API NtQuerySystemInformation
搜索资源列表
-
0下载:
图形显示CPU内存利用率
1.本程序分两种情况来获取CPU的利用率,NT下利用ntdll.dll中没有公开的API: NtQuerySystemInformation, 9x下利用注册表来获取CPU的利用率
2.通过 GlobalMemoryStatus来获取内存的使用情况
3.程序中封装了两个类 CcpuUsgesCtl和CmemUsgesCtl,使用这两这个类可以实现CPU,内存利用率的定时读取,并以图形化的形式显示出来-graphics CPU utilization of a
-
-
0下载:
IN OUT PVOID SystemInformation, IN ULONG SystemInformationLength, OUT PULONG ReturnLength OPTIONAL); NTQUERYSYSTEMINFORMATION NtQuerySystemInformation; 从中可以看到,SystemInformationClass是一个类型信息,它大概提供了50余种信息,也就是我们可以通过这个函数对大约50
-
-
0下载:
a simple demo program uses NATIVE APIs ( that is , from NTDLL.DLL, espicially NtQuerySystemInformation API) good to learn how to use NATIVE APIs
this demo shows current memory usage, pageing status and freedisk space.
-
-
0下载:
code for all processes running at the time
API uses native (NtQuerySystemInformation)
compiled with MASM
the code is for 32 bytes can be changed to 64 bytes:)
-