-
Cogen II 程序及源码 EGOiSTE 文件补丁制作工具,Win32ASM源码。
Cogen II 程序及源码 EGOiSTE 文件补丁制作工具,Win32ASM源码。-II procedures and source documents EGOiSTE patch tool, Win32ASM source.
- 2022-02-25 22:48:59下载
- 积分:1
-
本例要介绍的是使用事件对象同步两个目标进程,
本例要介绍的是使用事件对象同步两个目标进程,-In this case is to introduce the use of event object synchronization process of two objectives,
- 2023-06-24 03:55:03下载
- 积分:1
-
一种特别的建议程序,非常有用。
用法:
1。把扩展名变成txt
2。用写字板打开
就可以运行了,然后你就扩然开朗,会特别兴奋。...
一种特别的建议程序,非常有用。
用法:
1。把扩展名变成txt
2。用写字板打开
就可以运行了,然后你就扩然开朗,会特别兴奋。-a special proposal process very useful. Usage : 1. Put into txt extension 2. Using tablet can run on the open, then you expand ran outspoken, particularly exciting.
- 2023-08-01 23:35:03下载
- 积分:1
-
语音交换机程序开发,对初学者有较大帮助,ivr technoligy
语音交换机程序开发,对初学者有较大帮助,ivr technoligy-ivr
- 2023-06-09 16:50: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
-
通过Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO)等的a...
通过Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO)等的api函数取得系统的消息。是一个比较全的取得系统消息的集合-through Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO) api function of the system made news. A comparison is made all the information collection system
- 2023-04-26 04:10:03下载
- 积分:1
-
可以在托盘中,显示窗口,最小化,停止,退出程序等操作
可以在托盘中,显示窗口,最小化,停止,退出程序等操作-the tray, show window, and the youngest, stop and exit procedures for operation
- 2022-05-06 21:32:12下载
- 积分:1
-
Very often, we use to manage the factory model generating examples. However, in...
很多时候,我们使用工厂模式来管理生成的实例。但在本示例中,我们使用类名来自动生成运行时实例--工厂自动化的机制-Very often, we use to manage the factory model generating examples. However, in this example, we used the class to automatically generate runtime example-- factory automation mechanism
- 2022-04-07 08:06:10下载
- 积分:1
-
用VB制作的双
用
VB制作双进程守护程序-VB produced by dual-process daemon
- 2023-01-08 19:10:03下载
- 积分:1
-
模拟键盘和鼠标事件演示代码
模拟键盘和鼠标事件演示代码-simulated keyboard and mouse events demonstration code
- 2023-06-19 14:20:03下载
- 积分:1