-
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
-
Fortran科学计算程序,计算原子间力的大小,能级分布
Fortran科学计算程序,计算原子间力的大小,能级分布-Fortran scientific computing procedures, calculation of inter-atomic force size, level distribution
- 2022-09-18 19:25:03下载
- 积分:1
-
超级的
超强系统进程查看工具源码,可查看所有进程的DLL.-Super-system process view source tools, you can review all the process DLL.
- 2022-03-11 18:17:43下载
- 积分:1
-
这是个获取系统所有基本信息的控件的演示工程
这是个获取系统所有基本信息的控件的演示工程-This is access to all the basic information systems, the controls of the display works
- 2022-03-20 12:21:10下载
- 积分:1
-
VC中如何捕获和释放鼠标
VC中如何捕获和释放鼠标-VC how to capture and release the mouse
- 2023-06-21 17:55:02下载
- 积分:1
-
legendary cafes partner source legendary cafes partner FO
传奇咖啡馆合作伙伴来源传奇咖啡馆合作伙伴
- 2022-03-12 05:08:48下载
- 积分:1
-
Visual C++实现的快速关机程序,关机非常方便快捷
Visual C++实现的快速关机程序,关机非常方便快捷-Visual C++ Realize rapid shutdown process, shutdown is very convenient and quick
- 2023-01-22 03:45:04下载
- 积分:1
-
mfc模拟动态创建,可以在源码中清楚看出mfc的动态创建过程,深入理解mfc...
mfc模拟动态创建,可以在源码中清楚看出mfc的动态创建过程,深入理解mfc-mfc simulate dynamic creation, can be clearly seen in the source code mfc dynamic creation process, in-depth understanding of mfc
- 2022-02-15 16:59:50下载
- 积分:1
-
The System Tray gives handy access to programs that need to run in the
backgr...
The System Tray gives handy access to programs that need to run in the
background, and some developers have used it for other types of programs as -Manager icon on task bar
- 2022-02-21 14:09:43下载
- 积分:1
-
列出计算机中所有安装的软件.zip
列出计算机中所有安装的软件.zip-computer list of all installed software. Zip
- 2022-10-14 21:40:03下载
- 积分:1