From 298561f26b920f04af7a95a85a31242c575af73e Mon Sep 17 00:00:00 2001 From: Matt Graeber Date: Thu, 4 Jul 2013 14:59:24 -0400 Subject: Forgot to add CodeIntegrityInformation to help --- ReverseEngineering/Get-NtSystemInformation.ps1 | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3