-
一个读写注册表的源程序
一个读写注册表的源程序-a reader registry source
- 2022-08-22 13:45:36下载
- 积分:1
-
shared memory of source code, the very interesting and you are welcome to downlo...
共享内存的源代码,很有意思的,欢迎大家下载使用,谢谢大家-shared memory of source code, the very interesting and you are welcome to download, thank you
- 2023-04-06 23:50:04下载
- 积分:1
-
A GUI that Save or Restore Registry Keys.
A GUI that Save or Restore Registry Keys.-Save or Restore Registry Keys.
- 2023-03-30 13:15:03下载
- 积分: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
-
Bubble Sort France 10 digits, please use vc to compile run.
冒泡法排序10个数字,请用vc来编译运行。-Bubble Sort France 10 digits, please use vc to compile run.
- 2023-01-22 19:40:03下载
- 积分:1
-
What is this upload bullshit?
What is this upload bullshit?
- 2023-04-06 08:35:03下载
- 积分:1
-
MV在C++环境下,CPU的测试速度,可粗略估计…
在Visal C++环境下,测试CPU的速度,从而可以粗略估计电脑性能。-mV in C++ environment, the speed of the CPU test, which can be roughly estimated computer performance.
- 2022-01-27 14:18:44下载
- 积分:1
-
使用CRegKey类操作注册表
Microsoft的ATL库中提供了一个CRegKey类,用这个类可以很方便地对注册表进行各种操作。...
使用CRegKey类操作注册表
Microsoft的ATL库中提供了一个CRegKey类,用这个类可以很方便地对注册表进行各种操作。 -The use of the registry operation CRegKey category Microsoft
- 2022-07-25 03:28:47下载
- 积分:1
-
vc插件 vc插件 vc插件 vc插件 vc插件 vc插件
vc插件 vc插件 vc插件 vc插件 vc插件 vc插件 -vc plug-in plug-vc plug-vc plug-vc plug-vc plug-vc plug-vc plug-vc plug-vc plug-vc plug-vc plug-in vc
- 2022-01-31 20:38:15下载
- 积分:1
-
通过一段源码演示如何动态获取某种字体的文字点阵信息。
通过一段源码演示如何动态获取某种字体的文字点阵信息。-Through a section of source code demonstrate how to dynamically access the text of a font bitmap information.
- 2023-06-09 22:00:03下载
- 积分:1