-
一个系统用户的权限管理系统# 39;
一个系统用户的权限管理系统-a system user"s permissions management system
- 2022-07-23 21:12:45下载
- 积分:1
-
Desktop protection procedures and source code
Desktop 保护程序及源代码-此小程序主要是在登陆后运行的另外一个需要输入密码的桌面保护程序,在输入密码之后方可进入系统。
密码是随机产生的数字,运算方法为当产生一个五为的随机数a,b,c,d,e当不足五为时默认为0,使输入的
数字等于(a+c+e)*(b+d)*a-a-e便可以进入系统。当不需要的时候则在注册表的run里面删除此注册项
目即可。-Desktop protection procedures and source code- This small program is run in after landing another desktop need to enter password protection procedures, the input password to enter the system. The password is randomly generated number of methods for computing when a random number five for a, b, c, d, e, when less than five it defaults to 0, making the importation of the number of equivalent (a+ C+ E)* ( b+ d)* aae will be able to enter the system. When the time does not need in the run inside the registry to delete this item to register.
- 2023-06-13 09:10:04下载
- 积分:1
-
一个在windows上实现的看门狗。是软看门构。
一个在windows上实现的看门狗。是软看门构。-one of the windows on the realization of the watchdog. Soft structure is the gatekeeper.
- 2022-05-18 11:03:58下载
- 积分:1
-
一个印章生产器源码,可以改变字和图标的大小等,功能
一个印章生产器源码,可以改变字和图标的大小等,功能-Generator source of a seal, you can change the size of words and icons, etc., function more
- 2022-02-04 13:29:00下载
- 积分:1
-
这是个用DELPHI+SQL开发的订货管理系统,能满足一般的订货需要,功能基本上都具备的...
这是个用DELPHI+SQL开发的订货管理系统,能满足一般的订货需要,功能基本上都具备的-This is a SQL development with Delphi orders management system that can meet the needs of the general orders, functions basically have the
- 2023-04-14 13:25:03下载
- 积分:1
-
A hotel reservation online source code, I would like to be able to fit most of t...
一个饭店网上订餐的源代码,我想应该可以适合大多数的饭店,可以拓展一下业务,提高收入。-A hotel reservation online source code, I would like to be able to fit most of the hotels, you can expand business and improve revenue.
- 2022-08-13 22:45:47下载
- 积分: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
-
这是本人整理的系统操作函数集,希望对大家能有帮助。
这是本人整理的系统操作函数集,希望对大家能有帮助。-this is my finishing System Operator Set function, we can hope to be of help.
- 2022-06-15 17:08:31下载
- 积分: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
-
获取窗口标题句柄窗口类,VB源码,有用的功能,值得学习.
获取窗口标题句柄窗口类,VB源码,有用的功能,值得学习.-Access to window handles window class title, VB source, useful functions, it is worth learning.
- 2022-07-01 09:10:02下载
- 积分:1