-
该程序会自动获取当前系统中的WMI信息并自动给出每一类WMI的VB使用代码...
该程序会自动获取当前系统中的WMI信息并自动给出每一类WMI的VB使用代码-The program will automatically obtain the current system of WMI information and automatically given each type of WMI using the VB code
- 2022-02-06 19:04:04下载
- 积分:1
-
Windows 中创建空的备用列表
翻译:maninwest@Codeforge 作者:Member 10018957 @CodeProject如何在 Windows 中创建看空的备用列表。进程黑_客的制造者了解 Windows 内核的里里外外,他们也幸运地熟练掌握 Windows 内核的设计语言C++。而其他的人则努力通过 C# 执行相似的功能。其中一个功能就是释放来自 windows 备用内存的内存。这就是我们在此要做的。最难的部分是获取内核的优先权限。感谢Nick Lowe:http://processprivileges.codeplex.com/步骤1:设置内核优先权限Microsoft 设计了可以获取包含结构数组的结构的 API。没有适用于此的编组过程的捷径。要么假设数组是 length=1 要么要求数组大小在编译时预先确定。为此,我设计了一个类,它通过 System.IntPtr拥有微软在未管理的内存中需要的确切结构。当前,我不得不采用不安全的步骤,但是我确定,将来会有办法绕过。[return: MarshalAs(UnmanagedType.Bool)]
[SuppressUnmanagedCodeSecurity, DllImport("advapi32.dll", SetLastError = true)] internal static extern bool AdjustTokenPrivileges(AccessTokenHandle accessTokenHandle,
[MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges, IntPtr NewPriviledges, Int32 bufferLength, ref IntPtr PriorPriviledges, out Int32 returnLength); 将我的类和 Nick Lowe 的优先代码相结合,我们可以设置内核优先权限:
- 2022-05-07 13:17:48下载
- 积分:1
-
快速访问CPU序列号可以用来做硬件的外滩…
快速取得CPU序列号,可以用于做一些硬件捆绑之类的软件-Quick access to CPU serial number can be used to do something like hardware bundled software
- 2022-01-26 00:41:46下载
- 积分:1
-
隐藏系统状态条,SystemParametersInfo() API来实现隐藏和显示。
隐藏系统状态条,SystemParametersInfo() API来实现隐藏和显示。-hidden system of the state, SystemParametersInfo () API to achieve concealment and display.
- 2023-02-18 11:30:04下载
- 积分:1
-
一个图形化的操作系统
内含原代码用fasm编译即可
一个图形化的操作系统
内含原代码用fasm编译即可-a graphical operating system includes the original code can be compiled using FASM
- 2022-03-18 05:37:07下载
- 积分:1
-
Introduce smart pointer.
详细讲解只能指针怎么使用。
并且带有一些不错的例子。-Introduce smart pointer.
- 2022-02-06 18:21:00下载
- 积分:1
-
View system uses USB device, and export log
查看系统使用USB设备的情况,并导出日志-View system uses USB device, and export log
- 2023-03-14 02:05:03下载
- 积分:1
-
windows设备管理器的vc代码,在vc6.0下编译通过
windows设备管理器的vc代码,在vc6.0下编译通过-windows Device Manager of vc code, compiled under the vc6.0 through
- 2022-04-21 04:26:53下载
- 积分:1
-
一个带源码以及演示的TaskBar控件,希望对大家有点用!从网上找来的!...
一个带源码以及演示的TaskBar控件,希望对大家有点用!从网上找来的!-A band source as well as the presentation of taskbar controls, in the hope that a bit with everyone! Found from the Internet the!
- 2022-03-23 14:34:13下载
- 积分:1
-
模拟请求式页式存储器中硬件的地址转换和缺页中断
模拟请求式页式存储器中硬件的地址转换和缺页中断- The simulation requested in the type page type memory the
hardware address translation and 缂洪〉 severs
- 2022-02-25 06:58:48下载
- 积分:1