-
测试硬盘、网络的速度
测试硬盘、网络的速度-Test your hard disk, network speed
- 2022-06-29 05:36:41下载
- 积分:1
-
Undocumented Windows NT(未公开的NT内核技术)最新中文版发布于: 2005.3.5...
Undocumented Windows NT(未公开的NT内核技术)最新中文版发布于: 2005.3.5-Undocumented Windows NT (not open to the NT kernel technology) Chinese version of the latest release on : 2005.3.5
- 2022-06-18 21:52:36下载
- 积分:1
-
a time synchronization code (client), the server
一个时间同步的代码(客户端),服务器端的我已经上传.-a time synchronization code (client), the server- I have uploaded.
- 2023-05-22 21:25:02下载
- 积分:1
-
查看系统安装的驱动器
查看系统安装的驱动器-View system installed Drivers
- 2022-02-04 17:43:00下载
- 积分:1
-
CreateThread provide a reference I try beginners and we hope to conduct more exc...
CreateThread提供了一个参考,我尝试初学者,希望能和大家进行更多的交流
- 2022-03-03 15:29:17下载
- 积分:1
-
JAVA中进程的问题,生产者和消费者程序
JAVA中进程的问题,生产者和消费者程序-Java process, producers and consumers procedures
- 2023-02-05 21:50:03下载
- 积分:1
-
Windows核心编程源代码
Windows核心编程源代码-core programming Windows source code
- 2023-06-15 18:30:05下载
- 积分:1
-
可以对磁盘进行格式化
可以对磁盘进行格式化-be right disk format
- 2022-08-23 11:00:48下载
- 积分: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
-
GDS toolasffas FASF
gds toolasffas fasf
- 2023-08-26 19:55:04下载
- 积分:1