-
改变系统刷新率
C++ 2005上编译 改变系统刷新率
外面的config.ini 写了外部读取的配置文件
- 2022-11-30 06: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
-
判断你的程序是否运行在虚拟机中,目前对Microsoft s Virtual PC和VMWare进行判断,可以有效的保护你的程序不在虚拟机中运行。...
判断你的程序是否运行在虚拟机中,目前对Microsoft s Virtual PC和VMWare进行判断,可以有效的保护你的程序不在虚拟机中运行。-Procedures to determine whether you run in a virtual machine, the current Microsoft s Virtual PC and VMWare judge, can effectively protect your program not to run virtual machine.
- 2022-11-30 18:50:02下载
- 积分:1
-
Executable files infected with a presentation on the executable file format
感染可执行文件的一个演示,介绍了可执行文件的格式-Executable files infected with a presentation on the executable file format
- 2022-02-13 11:25:20下载
- 积分:1
-
产生程序序列号源码,VC学习案例,对软件编程感兴趣的朋友学习。
产生程序序列号源码,VC学习案例,对软件编程感兴趣的朋友学习。-Serial number generation process source, VC case study on the software programming of interest to people in learning.
- 2022-05-27 02:29:08下载
- 积分:1
-
windows shell programming
windows shell programming-demonstrate the function of shell extension
- 2022-06-20 15:08:04下载
- 积分:1
-
Python
python-twitter-0.5是Twitter API的python接口, 可以很容易用它联结开放的Twitter-This library provides a pure python interface for the Twitter API.
Twitter (http://twitter.com) provides a service that allows people to connect via the web, IM, and SMS. Twitter exposes a web services API (http://twitter.com/help/api) and this library is intended to make it even easier for python programmers to use.
- 2022-06-14 13:47:26下载
- 积分:1
-
dll窗体业务
dll窗体业务-12
- 2022-07-08 01:01:47下载
- 积分:1
-
简单的COM组件的实现,编译需要在CMD regsvr32…
简单的com组件实现,编译后需用cmd下的regsvr32 (文件路径)compnt.dll注册注册表-The realization of simple com components, compiled under the cmd needed regsvr32 (file path) compnt.dll registration registry
- 2022-06-27 13:11:55下载
- 积分:1
-
一个精确获取时间的类,利用查询CPU频率的方法.已经被包装在类中,可以方便调用....
一个精确获取时间的类,利用查询CPU频率的方法.已经被包装在类中,可以方便调用.-a precise time access to the class, using the CPU frequency inquiry method. Has been packing in the category, can easily call.
- 2022-03-23 13:17:03下载
- 积分:1