-
Procs.dll combines the process/module related toolhelp and psapi API s to one se...
Procs.dll combines the process/module related toolhelp and psapi API s to one set of functions.
So you don t need to handle Win9x/ME and NT different anymore.-Procs.dll combines the process/module related toolhelp and psapi API s to one set of functions.
So you don t need to handle Win9x/ME and NT different anymore.
- 2022-03-21 15:54:07下载
- 积分:1
-
Windows注册表编辑器的源代码
windows的regedit源码-windows regedit source code
- 2022-07-24 09:52:44下载
- 积分:1
-
获取最详细的系统版本信息
获取最详细的系统版本信息,包括WIN95,98/2000/XP/SWERVER2003/VISTA/WIN7/WIN8及各版本的64位版本信息。
- 2022-01-20 22:48:58下载
- 积分:1
-
读写ini文件
读写ini文件 -Read and write ini file to read and write ini files
- 2022-01-26 08:04:00下载
- 积分:1
-
一个不错的
一个不错的-A good
- 2022-03-01 14:37:05下载
- 积分:1
-
C语言源代码的集合:C语言程序,包括一些算法…
c语言源代码集锦:内含c语言程序中的一些算法,有许多函数的编程实现功能,值得一看。-c language source code Collection : c language program includes some of the algorithm, there are many functions in functional programming overseas.
- 2023-01-20 08:30: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
-
Bossa测试实例的工作之一。Bossa实例测试发动机
bossa测试实例,给出了一个用于测试bossa引擎的工作流实例-bossa test examples are given an engine for testing bossa examples of the work flow
- 2022-05-17 22:21:31下载
- 积分:1
-
任务管理器,新的任务管理器,不错的. 不错的.
任务管理器,新的任务管理器,不错的. 不错的. -Task Manager, the new task manager, not bad at all. Good.
- 2023-06-05 11:25:03下载
- 积分:1
-
窗口注册表编辑,配置文件
windows注册表 编辑 修改,hive 文件-windows registry editing, hive file
- 2023-08-08 05:35:03下载
- 积分:1