-
中国移动cmpp3模拟网关
中国移动cmpp3模拟网关 -China Mobile cmpp3 analog gateway
- 2023-06-09 14:50:03下载
- 积分:1
-
Written with the VC a view to achieve the registry editing program, you learn to...
一个用VC写的实现注册表查看编辑功能的程序,各位学习注册表编程的可以下下来参考参考-Written with the VC a view to achieve the registry editing program, you learn to program can make a registry down Reference Reference
- 2022-08-06 04:43:36下载
- 积分:1
-
查看CPU和内存使用情况的程序
查看CPU和内存使用情况的程序-Program which can get the info of CPU and memory usage
- 2023-07-11 05:40:02下载
- 积分:1
-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,圆形按钮源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,圆形按钮源代码-毁于C++ BUILDER 环境,?跹 ?者 ?苁视???
- 2022-02-28 19:58:19下载
- 积分: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
-
HID 设备Visual C++ 工程代码
HID 设备Visual C++ 工程代码-HID device VC project
- 2022-03-15 15:05:11下载
- 积分:1
-
好程序。好好读吧
好程序。好好读吧-the program. Read it carefully
- 2023-03-14 09:05:04下载
- 积分:1
-
获取硬盘分区序列号
获取硬盘分区序列号-Hard disk partition to obtain the serial number
- 2022-08-18 03:35:19下载
- 积分:1
-
Windows操作系统支持的PE格式文件格式分析器
Windows操作系统支持的PE格式文件格式分析器-Windows operating system support PE form document format
analyzer
- 2022-03-09 15:32:46下载
- 积分:1
-
一个写NT服务程序的模版类
一个写NT服务程序的模版类- Writes the NT service routine the pattern plate class
- 2022-03-13 13:41:20下载
- 积分:1