-
Windows 9x中获取CPU使用率
Windows 9x中获取CPU使用率-Windows 9x access CPU usage
- 2022-05-18 13:49:47下载
- 积分:1
-
Windows操作系统支持的PE格式文件格式分析器
Windows操作系统支持的PE格式文件格式分析器-Windows operating system support PE form document format
analyzer
- 2022-03-09 15:32:46下载
- 积分: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
-
Win95和NT直接访问物理内存地址和端口IO程序
Win95和NT直接访问物理内存地址和端口IO程序
- 2022-03-22 03:11:39下载
- 积分:1
-
C WINDOW is a complete screen mamagement system for all usual
C compiler (MS C...
C WINDOW is a complete screen mamagement system for all usual
C compiler (MS C Compiler, MS Quick C, Turbo C, Lattice C)-C is a complete screen mamagement sy stem for all usual C compiler (MS C Compiler, MS Quick C, Turbo C, Lattice C)
- 2022-02-13 12:53:13下载
- 积分:1
-
获取硬盘的出厂信息,可用于实现针对硬盘的软件加密。
获取硬盘的出厂信息,可用于实现针对硬盘的软件加密。-access to the hard drives manufactured information that can be used against hard disk encryption software.
- 2022-01-26 03:07:14下载
- 积分:1
-
汽车租赁管理系统,随着汽车工业的发展和体育产业的发展。
汽车租赁管理系统
随着汽车工业的发展和汽车的普及,汽车租赁成为近年来兴起的一个新兴行业。使用汽车租赁管理系统可以规范企业的管理和经营行为,减少企业的经营成本,提高工作效率。
后台数据库使用SQL Server,前台开发工具使用Visual Basic。术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势-car rental management system with the development of the auto industry and the popularity of car, car leasing has become in recent years the rise of a new industry. The use of car rental management system can standardize the management of enterprises and the business behavior and reduce the operating costs of enterprises, improve work efficiency. Background database using SQL Server, future development tools to use Visual Basic. Operation and each database table fields and operation of the Packaging category, thus the success of object-oriented programming design concepts applied to the database application design. This is also the system"s characteristics and advantages,
- 2022-05-26 05:40:52下载
- 积分:1
-
Visual C++ 6.0编程与实例解析
Visual C++ 6.0编程与实例解析
Visual C++ 6.0编程与实例解析
Visual C++ 6.0编程与实例解析-Visual C++ 6.0 Examples analytic programming and Visual C++ 6.0 Programming and Examples analytic
- 2023-02-15 18:30:04下载
- 积分:1
-
C++完美演绎编程基础训练,上手简单明了,迅速提高动手能力。...
C++完美演绎编程基础训练,上手简单明了,迅速提高动手能力。-C++ Perfect interpretation of the basic training program, start simple, rapid ability to improve yourself.
- 2022-02-05 04:34:37下载
- 积分:1
-
写控制面板程序(CPL)的模板
写控制面板程序(CPL)的模板 -The app template of writing switching panel
- 2022-06-12 15:19:40下载
- 积分:1