-
VC下进行窗口和线程间,窗口之间通信通常采用消息机制,这个例子比较全面,应用到了具体工程...
VC下进行窗口和线程间,窗口之间通信通常采用消息机制,这个例子比较全面,应用到了具体工程-VC under the window and threads, the window between the commonly used communications mechanism news, the more comprehensive example of the application of a specific project
- 2022-04-15 12:45:45下载
- 积分:1
-
gclipboard是一个基于bonobo的剪切板服务器,它定义了新的剪切板标准(草案),比如品味(flavors),IDL接口,开发使用的API。...
gclipboard是一个基于bonobo的剪切板服务器,它定义了新的剪切板标准(草案),比如品味(flavors),IDL接口,开发使用的API。-gclipboard is cuts the board server based on bonobo, it defined
newly has cut the board standard (draft), for instance savored
(flavors), IDL connection, development use API.
- 2023-01-09 16:00:03下载
- 积分:1
-
internal management information system keyword search results highlighted; Chine...
企业内部管理信息系统
检索结果关键字突出显示;
中文乱码问题简单有效解决;
按业务逻辑功能布置Bean包-internal management information system keyword search results highlighted; Chinese Clobber simple and effective solution; by business logic function layout packages Bean
- 2022-04-23 18:51:25下载
- 积分:1
-
游戏 应用编程
值得研究
游戏 应用编程
值得研究-Game application programming is worth studying
- 2023-08-22 22:45:03下载
- 积分:1
-
Ascii
Ascii-2 码转换工具,把键盘的按键转换为AscII码显示在text1中-Ascii-2 code conversion tools, the keyboard keys converted to Ascii code displayed in the Text1 in
- 2023-04-30 15:30:02下载
- 积分:1
-
This is a binary tree algorithm VC 6.0 Dynamic Link Library
这是一个二叉树排序算法的VC++6.0实现的动态连接库-This is a binary tree algorithm VC 6.0 Dynamic Link Library
- 2022-01-26 01:55:13下载
- 积分:1
-
将GAL的BIN文件反汇编的工具源代码,不能用于非法商业用途。...
将GAL的BIN文件反汇编的工具源代码,不能用于非法商业用途。-The BIN file will GAL disassemble the tool source code, can not be used for illegal commercial use.
- 2022-10-28 16:05:04下载
- 积分: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
-
系统内存的检测
值 得研究
系统内存的检测
值 得研究-Detection of system memory is worth studying
- 2022-02-16 07:43:11下载
- 积分:1
-
内核
内核级别进程管理软件实现,包括指向思路和源码分析。该软件使用物理内存搜索当前活动进程的方式,可以有效地探测出各类隐藏进程-Kernel-level process management software, including point-source ideas and analysis. The software uses physical memory search process, current activities, it can be effectively detect various types of hidden process
- 2022-02-22 08:37:38下载
- 积分:1