-
有时你不知道自己的计算机有多少的共享目录,通过这个程序,你可以查看使用的计算机是否有不被你知道的共享。可以增强个人计算机的使用安全性。...
有时你不知道自己的计算机有多少的共享目录,通过这个程序,你可以查看使用的计算机是否有不被你知道的共享。可以增强个人计算机的使用安全性。-sometimes you do not know how many computers are shared directory, through this procedure, you can use the computer to see whether it was you know sharing. Personal computers can enhance the use of security.
- 2022-01-23 10:53:56下载
- 积分:1
-
AND 芯片的API,可用于对amd FLASH的编程,读写
AND 芯片的API,可用于对amd FLASH的编程,读写-AND chips API, can be used to amd FLASH programming, reading and writing
- 2022-07-03 00:25:17下载
- 积分:1
-
ISAPI扩展DLL中的COOKIES,扩展动态链接库的功能
ISAPI扩展DLL中的COOKIES,扩展动态链接库的功能-DLL in the ISAPI extension of COOKIES, the expansion of a dynamic link library function
- 2022-02-04 08:27:10下载
- 积分:1
-
不错的PL0改写,实现了5个方面的增加功能,符合本科学生...
不错的PL0改写,实现了5个方面的增加功能,符合本科学生-good PL0 rewritten achieved five of more functional, with undergraduate students
- 2022-05-29 01:43:01下载
- 积分: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
-
example of this was the VC, beginners can read. A graphic display of CPU memory...
本范例是VC 写的,初学者可以读读. 以图形方式显示CPU内存利用率,可以在它基础上改一改,作其它用途.-example of this was the VC, beginners can read. A graphic display of CPU memory utilization, it can be based on modified for other uses.
- 2022-03-15 19:34:50下载
- 积分:1
-
中断服务开发类库
中断服务开发类库 -interrupted service development library
- 2022-01-25 17:54:29下载
- 积分:1
-
用VC写的监控win9x下文件的读写(251KB)
用VC写的监控win9x下文件的读写(251KB)-Written by VC under win9x monitoring the read and write files (251KB)
- 2022-03-30 06:11:37下载
- 积分: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
-
window散列值还原工具,防查杀,非常好用的
window散列值还原工具,防查杀,非常好用的-window hash value reduction tools, anti-De Bruin"s very handy
- 2022-03-04 16:19:56下载
- 积分:1