-
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
-
读取BIOS信息,检测运行的操作系统是否是虚拟机.
读取BIOS信息,检测运行的操作系统是否是虚拟机.-read BIOS information, testing whether an operating system is the virtual machine.
- 2022-10-26 23:45:03下载
- 积分:1
-
VB中如何来获得CPU占用率
VB中如何来获得CPU占用率-VB How to get CPU occupancy rate
- 2022-08-25 13:37:37下载
- 积分:1
-
VB写的一个开3389的源码,能够自动更改安装盘的位置,并释放安装程序,自动安装终端服务,适用于WIN2000服务器和高级服务器版。...
VB写的一个开3389的源码,能够自动更改安装盘的位置,并释放安装程序,自动安装终端服务,适用于WIN2000服务器和高级服务器版。-VB wrote in a 3389 open-source, can automatically change the location of the installation disk, and the release of the installation procedure, automatic installation of terminal services, apply to Windows 2000 Server and Advanced Server.
- 2023-01-04 14:00:03下载
- 积分:1
-
sim300DZ硬件设计参考和引导线,使PCB布局
SIM300DZ hardware design reference and guide line to make PCB layout
- 2023-04-13 11:05:03下载
- 积分:1
-
Windows系统进程查看、结束,内存查看等
Windows系统进程查看、结束,内存查看等-View, the end of the system is running processes, view the system memory usage
- 2022-03-17 14:54:52下载
- 积分:1
-
获取系统的各种信息,包括内存,驱动器,磁盘等
获取系统的各种信息,包括内存,驱动器,磁盘等-Access to various information systems, including memory, drives, disks, etc.
- 2022-02-22 11:59:03下载
- 积分:1
-
人事管理 delphi acce
人事管理 delphi acce-access Personnel Management
- 2023-03-17 12:50:04下载
- 积分:1
-
windows下恢复被删除的文件
windows下恢复被删除的文件-windows under restore deleted files
- 2022-02-03 22:03:48下载
- 积分:1
-
轻驱动器控制
光驱控制 - The light drives to control
- 2022-02-27 00:57:52下载
- 积分:1