-
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
-
SSDT HOOK隐藏/保护过程
应用背景HOOK SSDT发展进程隐藏和保护过程中的驱动程序。进程隐藏保证遍历程序API的过程,包括任务管理器查看是不是过程,维护过程是被杀。关键技术zwquerysysteminformation SSDT HOOK ; ; zwterminateprocess功能;
- 2022-09-26 13:40:03下载
- 积分:1
-
主要功能: 1、发表留言 2、删除留言 3、管理留言 4、修改广告代码,顶部、左侧,下部广告代码等 5、可以贴图片或者媒体包括flash,mp3等文件 6、自动...
主要功能: 1、发表留言 2、删除留言 3、管理留言 4、修改广告代码,顶部、左侧,下部广告代码等 5、可以贴图片或者媒体包括flash,mp3等文件 6、自动分页功能-main functions : one published two messages, delete messages 3, 4 voice mail management, change advertising code, top, left, bottom five advertising code, which can be attached pictures, or media, including flash, mp3, etc. 6, automatic tabs
- 2022-01-21 01:15:35下载
- 积分:1
-
用C语言建立多个PRI DOS分区及其隐含
用C语言建立多个PRI DOS分区及其隐含 -C language to create a number of PRI DOS partition and implied
- 2022-03-03 17:24:48下载
- 积分:1
-
CreateThread provide a reference I try beginners and we hope to conduct more exc...
CreateThread提供了一个参考,我尝试初学者,希望能和大家进行更多的交流
- 2022-03-03 15:29:17下载
- 积分:1
-
我已经编译通过的Nmapwin!学习扫描器的人有用
我已经编译通过的Nmapwin!学习扫描器的人有用-I have already compiled by the Nmapwin! The study scanners useful
- 2022-04-25 17:35:26下载
- 积分:1
-
实时监测内存的情况
实时监测内存的情况-real-time monitoring of memory
- 2022-01-31 23:21:20下载
- 积分:1
-
利用TChart做分离饼形图,Separation of the use of pie
利用TChart做分离饼形图,Separation of the use of pie-shaped diagram to do TChart-Separation of the use of pie-shaped diagram to do TChart
- 2022-04-16 22:26:20下载
- 积分:1
-
Dll common
通用的dll测试工具源码,只要按照规定格式导出函数即可-Dll common-source testing tools, as long as the format in accordance with the Export function can be
- 2023-04-14 00:45:03下载
- 积分:1
-
Window服务编程框架,最新改版!可实现进程的自启动
Window服务编程框架,最新改版!可实现进程的自启动-Window services programming framework, the latest revision! Can realize the process of self-starting
- 2022-07-22 03:50:18下载
- 积分:1