-
这是我做的一个操作系统的课程设计,是一个多极反馈队列的模拟,动态的模拟...
这是我做的一个操作系统的课程设计,是一个多极反馈队列的模拟,动态的模拟-This is what I am doing an operating system of curriculum design, is a multi-polar feedback cohort simulation, dynamic simulation
- 2023-07-09 03:35:02下载
- 积分:1
-
声音提示,好玩吧,想学习就下载来看看咯,真的会收获不少哦。...
声音提示,好玩吧,想学习就下载来看看咯,真的会收获不少哦。-voice suggested that it fun, to learn to look at the downloaded 1,10 will really gain a lot of oh.
- 2022-03-15 13:14:56下载
- 积分:1
-
进程快照,MFC编写的 查看windows当前进程
进程快照,MFC编写的 查看windows当前进程-Process snapshot, MFC prepared to view the current process windows
- 2022-06-13 10:57:49下载
- 积分:1
-
不需重起,多开3389,用编程方式取得3389服务的PID。
不需重起,多开3389,用编程方式取得3389服务的PID。-not important, as much as 3,389, with 3,389 acquire programming services PID.
- 2023-06-02 19:25:03下载
- 积分:1
-
SSDTmon
SSDTmon - view os kernel SST and win32k SST, unhook, syntax base for NT API. Console client. C++, Use driver for kernel memory acce-SSDTmon- view os kernel SST and win32k SST, unhook, syntax base for NT API. Console client. C++, Use driver for kernel memory access
- 2022-10-27 01:40:04下载
- 积分:1
-
工作时间有好事情的留言,
工作时间有好事情的留言, -working hours are a good thing of messages, time is a good thing messages
- 2023-07-04 14:40:02下载
- 积分: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
-
这是一个Java编写的Prolog语言的解释程序,很有意思
这是一个Java编写的Prolog语言的解释程序,很有意思-This is a Java prepared by the Prolog language interpreting program, very interesting
- 2022-05-14 01:35:01下载
- 积分:1
-
VC2005下利用ATLServer创建的webservice服务。备注:为了可以顺利完成Web 服务的创建,应当做好准备工作。不仅要保证操作系统为Window...
VC2005下利用ATLServer创建的webservice服务。备注:为了可以顺利完成Web 服务的创建,应当做好准备工作。不仅要保证操作系统为Windows NT 4.x或Windows 2000,而且要保证IIS被妥善安装。-VC2005 using ATLServer created webservice service. Note: in order to be successful completion of the creation of Web services, it should be well prepared. Not only to ensure that the operating system for Windows NT 4.x or Windows 2000, but also to ensure that IIS was properly installed.
- 2022-06-26 04:38:25下载
- 积分:1
-
In one of my latest projects, I was fiddling around with existing decompression...
In one of my latest projects, I was fiddling around with existing decompression classes, for Zip. I noticed though, that RAR had a far better compression ratio for certain files, and that the existing DLL handled everything itself, including the latest version of the RAR format.
- 2022-02-14 16:56:20下载
- 积分:1