1818RootModule = ' NtObjectManager.psm1'
1919
2020# Version number of this module.
21- ModuleVersion = ' 1.1.25 '
21+ ModuleVersion = ' 1.1.26 '
2222
2323# ID used to uniquely identify this module
2424GUID = ' ac251c97-67a6-4bc4-bb8a-5ae300e93030'
@@ -30,7 +30,7 @@ Author = 'James Forshaw'
3030CompanyName = ' Google Inc.'
3131
3232# Copyright statement for this module
33- Copyright = ' (c) 2016, 2017, 2018, 2019 Google Inc. All rights reserved.'
33+ Copyright = ' (c) 2016-2020 Google Inc. All rights reserved.'
3434
3535# Description of the functionality provided by this module
3636Description = ' This module adds a provider and cmdlets to access the NT object manager namespace.'
@@ -117,14 +117,25 @@ PrivateData = @{
117117 ProjectUri = ' https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools'
118118
119119 # ReleaseNotes of this module
120- ReleaseNotes = ' 1.1.25
120+ ReleaseNotes = ' 1.1.26
121121--------
122- * Added new options to Get-NtSecurityDescriptor.
123- * Updated accessible resource checking.
124- * Added Remove-NtTokenPrivilege.
125- * Added Session option to Get-NtToken.
126- * Added command line option to Show-NtToken.
127- * Added information classes for symbolic links.
122+ * Add DeviceGuid to Get/New-NtFile
123+ * Fixed bug in ETA registrations and added GUID enumeration.
124+ * Added SetExceptionPort to NtProcess.
125+ * Added child process mitigation improvements.
126+ * Added extended Fork.
127+ * Updated native process creation support.
128+ * Various new non-throwing methods.
129+ * Updated to C# 7.3.
130+ * Added list of access rights to NtType.
131+ * Added default mandatory policy to NtType.
132+ * Added SetDisposition methods to NtFile.
133+ * Added console and GUI support for Object ACEs.
134+ * Updated access checking to support Object Types.
135+ * Access check returns a structure rather than just an access mask.
136+ * CPP style NDR formatting (#21)
137+ * Added Get-NtTokenPrivilege command.
138+ * Added Get-NtLocallyUniqueId command.
128139'
129140
130141 # External dependent modules of this module
0 commit comments