diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-07-04 14:59:24 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-07-04 14:59:24 -0400 |
commit | 298561f26b920f04af7a95a85a31242c575af73e (patch) | |
tree | 2efa7614c5689c96d20cb0cff46628fed664e7e2 | |
parent | 2a45cfbd1e0b4d300f69a2a571882c39740b76e3 (diff) | |
download | PowerSploit-298561f26b920f04af7a95a85a31242c575af73e.tar.gz PowerSploit-298561f26b920f04af7a95a85a31242c575af73e.zip |
Forgot to add CodeIntegrityInformation to help
-rw-r--r-- | ReverseEngineering/Get-NtSystemInformation.ps1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ReverseEngineering/Get-NtSystemInformation.ps1 b/ReverseEngineering/Get-NtSystemInformation.ps1 index 707dae6..b571ac0 100644 --- a/ReverseEngineering/Get-NtSystemInformation.ps1 +++ b/ReverseEngineering/Get-NtSystemInformation.ps1 @@ -49,6 +49,10 @@ Returns information about user-mode objects and their respective kernel pool allocations. +.PARAMETER CodeIntegrityInformation + + Returns user-mode code integrity flags. + .PARAMETER GlobalFlags Returns a list of all enabled global flags. |