From 3f6f2ed548717ed68ae6a04661ed84b9439751aa Mon Sep 17 00:00:00 2001 From: bopin Date: Mon, 23 Sep 2024 10:50:28 +0800 Subject: [PATCH] fix README.txt --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 3a0b08b6..632f3aec 100644 --- a/README.txt +++ b/README.txt @@ -12,7 +12,7 @@ EditSection: View and manipulate memory sections. TokenViewer: View and manipulate various process token values. NtCoreLib: A basic managed library to access NT system calls and objects. NtCoreLib.Forms: A few simple forms to view security descriptors and tokens. -NtObjectManager: A powershell module which uses NtApiDotNet to expose the NT object manager. +NtObjectManager: A powershell module which uses NtCoreLib to expose the NT object manager. ViewSecurityDescriptor: View the security descriptor from an SDDL string or an inherited object. You can load the using the Import-Module Cmdlet. You'll need to disable signing requirements however.