-
CRC效验程序,对于编写程序保护的软件,可以用来保护程序
CRC效验程序,对于编写程序保护的软件,可以用来保护程序-CRC well-tested procedures for the preparation of procedural protection software can be used to protect procedures
- 2022-06-19 19:33:12下载
- 积分:1
-
一个系统用户管理api使用的例子
一个系统用户管理api使用的例子--The example of the api usage of system user management
- 2022-03-10 17:15: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
-
此filesystem.rar文件中包括YAFFS源码、fat32文件系统介绍和fat32文件系统与yaffs文件系统的比较!...
此filesystem.rar文件中包括YAFFS源码、fat32文件系统介绍和fat32文件系统与yaffs文件系统的比较!-This document filesystem.rar including YAFFS source, fat32 file system fat32 file system and introduce yaffs file system and compare!
- 2022-10-27 06:05:04下载
- 积分:1
-
Wrappit
Wrappit - a DLL proxy wrapper for hooking DLL calls or injecting code.-Wrappit- a DLL proxy wrapper for hooking DLL calls or injecting code.
- 2022-03-18 08:13:29下载
- 积分:1
-
小巧C编译器
小巧C编译器 The Google Account help advocates using two step authentication The Google Account help advocates using two step authentication
- 2022-09-25 07:50:03下载
- 积分:1
-
Bubble Sort France 10 digits, please use vc to compile run.
冒泡法排序10个数字,请用vc来编译运行。-Bubble Sort France 10 digits, please use vc to compile run.
- 2023-01-22 19:40:03下载
- 积分:1
-
类似Borland公司的Tdump的程序。分析DLL/EXE文件信息
类似Borland公司的Tdump的程序。分析DLL/EXE文件信息-The app of analysising the infomation of DLL or EXE , which is like the TDump of Borland
- 2022-05-30 17:00:16下载
- 积分:1
-
TImagePlus 是加强版的 TImage 构件,能够一并储存图像与说明文字於单一文件中 (347KB)...
TImagePlus 是加强版的 TImage 构件,能够一并储存图像与说明文字於单一文件中 (347KB)-TImagePlus strengthen version of the TImage component, images can be stored together with the explanatory text in a single document (154KB)
- 2022-01-21 02:46:57下载
- 积分:1
-
NT Service管理程序
NT Service管理程序 -Managing NT Service
- 2022-03-22 23:46:07下载
- 积分:1