aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Graeber <mattgraeber@gmail.com>2013-07-04 14:59:24 -0400
committerMatt Graeber <mattgraeber@gmail.com>2013-07-04 14:59:24 -0400
commit298561f26b920f04af7a95a85a31242c575af73e (patch)
tree2efa7614c5689c96d20cb0cff46628fed664e7e2
parent2a45cfbd1e0b4d300f69a2a571882c39740b76e3 (diff)
downloadPowerSploit-298561f26b920f04af7a95a85a31242c575af73e.tar.gz
PowerSploit-298561f26b920f04af7a95a85a31242c575af73e.zip
Forgot to add CodeIntegrityInformation to help
-rw-r--r--ReverseEngineering/Get-NtSystemInformation.ps14
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.