-
老外写的一个关于模拟键盘事件的示例程序
老外写的一个关于模拟键盘事件的示例程序-written by a foreigner on the simulated keyboard sample program
- 2022-05-21 03:40:32下载
- 积分:1
-
JBuilder应用示例
JBuilder应用示例-JBuilder Application Examples
- 2022-02-06 21:15:35下载
- 积分:1
-
CA application sample code, which provides a complete API interface, easy to use
CA应用示例代码,提供完整的API函数接口,使用方便-CA application sample code, which provides a complete API interface, easy to use
- 2022-07-16 10:19:35下载
- 积分:1
-
一个内存监测程序
一个内存监测程序-A memory monitoring procedures
- 2023-05-05 02:55:03下载
- 积分:1
-
Clock source code, can be timer, after the clock, please do not stock
时钟源代码,可做定时器,后时钟,请不要见笑-Clock source code, can be timer, after the clock, please do not stock
- 2022-03-18 11:11:36下载
- 积分:1
-
这是一个小程序,可以获得鼠标指向的类名、文本、RGB颜色值等...
这是一个小程序,可以获得鼠标指向的类名、文本、RGB颜色值等-This is a small program, can point to the mouse class name, text, such as RGB color values
- 2023-06-20 00:00:03下载
- 积分:1
-
关于vc的剪贴板的操作工程,
可以参考。
关于vc的剪贴板的操作工程,
可以参考。-vc the clipboard on the operation of the project, they can refer to.
- 2022-07-11 18:45:27下载
- 积分:1
-
linux系统调用分析,包括一些实例。系统调用有关的一些基本知识...
linux系统调用分析,包括一些实例。系统调用有关的一些基本知识-linux system call analysis, including some examples. Calling the system some basic knowledge
- 2022-03-19 14:45:53下载
- 积分: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
-
700多个API函数的详细介绍,是chm的让大家容易查找.
700多个API函数的详细介绍,是chm的让大家容易查找.-More than 700 API functions in detail is to allow the U.S. chm easier to find.
- 2022-07-23 22:31:32下载
- 积分:1