-
一个和flashget那样的能够监视剪贴版并且得到其中的内容的程序,推荐下载...
一个和flashget那样的能够监视剪贴版并且得到其中的内容的程序,推荐下载--A program which can watch on the clipboard and get the content of them as flashget,recommend!
- 2022-03-14 19:20:01下载
- 积分: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
-
加壳software and its source code.加壳software and its source code.加壳software and its...
- 2022-02-02 21:08:54下载
- 积分:1
-
kithara开发源码
适用于kithara初学者,基于window内核和EtherCAT开发控制程序,控制器内嵌于windows内核中,无需外部控制器,节约成本
- 2023-04-01 05:45:03下载
- 积分:1
-
获取cpu信息的源码,vc++实现的,
可以获取16位 和32位的cpu的信息,
而且源码文家独立给出...
获取cpu信息的源码,vc++实现的,
可以获取16位 和32位的cpu的信息,
而且源码文家独立给出-Cpu access to source information, vc++ Realize, you can access 16-bit and 32-bit cpu information, and independent source text is given
- 2022-03-26 19:18:55下载
- 积分:1
-
对编程过程中内存泄漏进行检测,有源码提供。这是最新版1.9,修复了不少bug. Visual C++ provides built...
对编程过程中内存泄漏进行检测,有源码提供。这是最新版1.9,修复了不少bug. Visual C++ provides built-in memory leak detection, but its capabilities are minimal at best. This memory leak detector was created as a free alternative to the built-in memory leak detector provided with Visual C++. Here are some of Visual Leak Detector s features, none of which exist -The process of programming memory leak detection, have to provide source code. This is the latest version 1.9, fix a lot of bug. Visual C++ Provides built-in memory leak detection, but its capabilities are minimal at best. This memory leak detector was created as a free alternative to the built-in memory leak detector provided with Visual C++. Here are some of Visual Leak Detector s features, none of which exist
- 2022-04-02 05:40:42下载
- 积分:1
-
袜子4 / 5的BOT,ring0驱动程序,C++源
socks 4/5 bot, ring0 driver, c++ sources
- 2022-07-07 06:04:36下载
- 积分:1
-
it can ban the running program,very quick,nicety!
可以禁止正在运行的程序,非常快速,准确!-it can ban the running program,very quick,nicety!
- 2023-03-28 19:50:03下载
- 积分:1
-
VB写成的Base64编解码和MD5编号程序。
VB写成的Base64编解码和MD5编号程序。
- 2022-02-27 03:06:09下载
- 积分:1
-
- 2022-03-07 21:38:28下载
- 积分:1