-
介绍windows 2000未公开秘密的源码
介绍windows 2000未公开秘密的源码
- 2022-07-19 21:33:38下载
- 积分:1
-
目的:
这个程序演示要体现内核的内存分配思想的策略。为此,设计了
内存的分配和回收,完成一系列动作。...
目的:
这个程序演示要体现内核的内存分配思想的策略。为此,设计了
内存的分配和回收,完成一系列动作。-Objective: To demonstrate this process to reflect the core idea of the memory allocation strategy. To this end, the design of the memory allocation and recovery, to complete a series of action.
- 2022-08-07 23:20:09下载
- 积分:1
-
DELPHI获取指定进程中内存偏移处源代码
DELPHI获取指定进程中内存偏移处源代码-DELPHI Department access to the specified source offset memory
- 2022-01-26 08:03:47下载
- 积分:1
-
VB读取U盘序列号源码
这个是用VB写的一个读取U盘序列号源码,简单易懂。欢迎大家下载、试用。谢谢大家的支持!
- 2022-11-12 23:10:03下载
- 积分:1
-
code re
代码重定位技术,汇编语言。比较老的技术了!-code re-positioning technology, assembly language. Veteran technology!
- 2022-11-21 20:25:03下载
- 积分:1
-
东进语音卡电话录音系统源码,支持电话录放音功能
东进语音卡电话录音系统源码,支持电话录放音功能-East voice card telephone recording system source code, support for audio playback feature phone
- 2022-03-07 18:37:44下载
- 积分:1
-
windows system access system information processes, including the host name, use...
windows系统下获取系统信息的程序,包括主机名,用户名,系统路径,环境变量等信息-windows system access system information processes, including the host name, user name, path, environment variables and other information
- 2022-06-30 20:49:05下载
- 积分:1
-
需要使用的公式DZH股票输出
利用DZH的公式输出需要的股票日线数据,再不用股票各位一个一个导出Excel数据了-Output of the need to use the formula DZH stock on-line data, and then you do not have a stock of an export Excel data
- 2022-01-25 21:15:18下载
- 积分: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
-
Based on the C++ BUILDER environment is applicable for beginners, easy
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,取memo的行或列源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, check memo of rows or columns source code
- 2023-04-30 13:05:03下载
- 积分:1