-
定时器中断SDT
定时器中断SDT-timer interruption SDT
- 2022-05-17 07:34:01下载
- 积分:1
-
a teach you how to conceal the source process
一个教你如何隐藏进程的源程序-a teach you how to conceal the source process
- 2022-03-15 01:26:42下载
- 积分:1
-
Automatic bypass backup judge. Rar
备份旁路自动判断.rar-Automatic bypass backup judge. Rar
- 2022-07-21 16:41:50下载
- 积分: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
-
good hotel management system for the hotel housing management, staff management,...
不错的宾馆管理系统,对宾馆住房管理,职工管理,工作调度都有不错的解决。-good hotel management system for the hotel housing management, staff management, job scheduling had good solution.
- 2022-07-28 04:08:18下载
- 积分:1
-
基于蓝牙协议的无线电脑锁
使用蓝牙协议开发的个人电脑无线安全软件。支持添加手机等蓝牙设备成为安全认证设备。当计算机检测不到配对的蓝牙设备时间达到30s时,将锁定计算机,从而达到保护个人信息的目的。支持蓝牙设备遗失后的密码输入以找回个人电脑设备。
- 2022-07-21 20:24:17下载
- 积分:1
-
VC++实现管道的一个例子命名管道在进程通信中有重要作用.
VC++实现管道的一个例子命名管道在进程通信中有重要作用.-VC pipeline examples of a named pipe communication in the process plays an important role.
- 2023-09-08 09:00:04下载
- 积分:1
-
The results of the program is running the disk blocks should be included in the...
在程序运行的结果中应包含磁盘块的分配与回收操作。可根据输入的文件名、文件大小进行模拟磁盘分配,并在每次分配与回收后显示分配与回收是否成功,以及分配、回收的磁盘块号。在程序执行过程中,至少应包含分配不成功一次的信息。-The results of the program is running the disk blocks should be included in the distribution and recovery operations. According to the input file name, file size simulated disk allocation, and displayed after each allocation and recovery of the success of the distribution and recycling, as well as distribution, recovery of disk block number. In the program implementation process should include distribution of at least one unsuccessful information.
- 2022-05-21 11:20:58下载
- 积分:1
-
VB源码,剪贴板的应用
VB源码,剪贴板的应用-VB source code, the application of the clipboard
- 2022-12-19 08:05:03下载
- 积分:1
-
用霍夫曼编码方式来压缩文件的源码,压缩率虽然不如ZIP高,但却是一种很好的保密方式...
用霍夫曼编码方式来压缩文件的源码,压缩率虽然不如ZIP高,但却是一种很好的保密方式-Huffman coding used to compress the source, compressed ZIP rate, although not as high, but it is a good confidence
- 2022-03-25 20:10:19下载
- 积分:1