登录
首页 » Windows核心 » 可以查看在NTFS下 ,哪些用户被授权查看加密文件(EFS).

可以查看在NTFS下 ,哪些用户被授权查看加密文件(EFS).

于 2022-03-10 发布 文件大小:21.24 kB
0 213
下载积分: 2 下载次数: 1

代码说明:

可以查看在NTFS下 ,哪些用户被授权查看加密文件(EFS).-can check the NTFS, which was authorized users View encryption (EFS).

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是一个lisp程序,主要实现lisp里面的递归调用.和trace功能
    这是一个lisp程序,主要实现lisp里面的递归调用.和trace功能-This is a lisp procedures main lisp inside the recursive call. And the trace function
    2023-05-08 11:00:03下载
    积分: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
  • 识别鼠标轨迹的小程序,可以用鼠标的动作来控制电脑的操作。...
    识别鼠标轨迹的小程序,可以用鼠标的动作来控制电脑的操作。-Identification of the mouse trajectory applet can be used to the mouse movements to control computer operations.
    2023-05-08 07:50:02下载
    积分:1
  • non
    非API函数检测操作系统类型 现在几乎所有的程序员都采用扩展程序接口(API)来获取操作系统信息。采用AIP函数,我们不需要关心当前所用的操作系统具体状况-non-operating system API function testing is now almost all types of programmers are used to expand programming interface (API) to access the operating system information. Using AIP function, we need not concern the current operating system used by the specific situation
    2022-01-28 20:23:10下载
    积分:1
  • 画一个明确的程序,很好的画一个初学者的程序…
    通用抽奖程序,一个很不错的通用抽奖程序,对初学DELPHI的很有帮助.-draw definitive procedures, a very good draw definitive procedures for beginners Delphi"s helpful.
    2022-07-19 03:01:16下载
    积分:1
  • Windows内的源内部
    Windows Kernel Source Internals download Here
    2022-12-05 14:55:03下载
    积分:1
  • 这是一个JAVA类的内代码,解释了JVM在形成编译器的过程和原理,中间有代码解释。...
    这是一个JAVA类的内核代码,解释了JVM在形成编译器的过程和原理,中间有代码解释。-This is a kind of core Java code, explain the formation of a JVM compiler process and the principles of interpretation of intermediate code.
    2022-03-17 21:59:49下载
    积分:1
  • With c# Realize the simulation in memory of the simple file system, the entire f...
    用c#实现的在内存中模拟的简易文件系统,整个文件系统可保存至硬盘。系统设计参照fat格式。文件系统提供的操作: a) 格式化 b) 创建子目录 c) 删除子目录 d) 显示目录 e) 更改当前目录 f) 创建文件 g) 打开文件 h) 关闭文件 i) 写文件 j) 读文件 k) 删除文件 -With c# Realize the simulation in memory of the simple file system, the entire file system can be stored to the hard disk. System design with reference to fat format. File system operation to provide: a) format b) create a subdirectory c) delete the subdirectory d) show the directory e) Change the current directory f) create a file g) open the file h) close the file i) Write a document j) reading a document k ) delete files
    2022-07-22 14:08:32下载
    积分:1
  • 微软的MSDOSV6.0源代码,本站不能没有啊。 研究DOS和进行一些底层编程的必不可少。 实在不行,也可以进行收藏啊...
    微软的MSDOSV6.0源代码,本站不能没有啊。 研究DOS和进行一些底层编程的必不可少。 实在不行,也可以进行收藏啊-MSDOS 6.0 system source code
    2022-08-13 00:07:49下载
    积分:1
  • 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系...
    命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。 命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。 -named pipe full advantage of the Windows NT and Windows 2000 built-in security system system. To be named as a pipeline network programming package, which is actually the establishment of a client/server communication system, and in which reliable data transmission. A named pipe is on the Windows file system design of a mechanism, "Named Pipe File System (Named Pipe File System, NPFS) "interface, therefore, client and server can use standard Win32 file system functions (such as : ReadFile and WriteFile) data to the transceiver.
    2023-07-21 23:15:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载