|
18 | 18 | RootModule = 'NtObjectManager.psm1' |
19 | 19 |
|
20 | 20 | # Version number of this module. |
21 | | -ModuleVersion = '1.1.26' |
| 21 | +ModuleVersion = '1.1.27' |
22 | 22 |
|
23 | 23 | # ID used to uniquely identify this module |
24 | 24 | GUID = 'ac251c97-67a6-4bc4-bb8a-5ae300e93030' |
@@ -123,25 +123,27 @@ PrivateData = @{ |
123 | 123 | ProjectUri = 'https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools' |
124 | 124 |
|
125 | 125 | # ReleaseNotes of this module |
126 | | - ReleaseNotes = '1.1.26 |
| 126 | + ReleaseNotes = '1.1.27 |
127 | 127 | -------- |
128 | | -* Add DeviceGuid to Get/New-NtFile |
129 | | -* Fixed bug in ETA registrations and added GUID enumeration. |
130 | | -* Added SetExceptionPort to NtProcess. |
131 | | -* Added child process mitigation improvements. |
132 | | -* Added extended Fork. |
133 | | -* Updated native process creation support. |
134 | | -* Various new non-throwing methods. |
135 | | -* Updated to C# 7.3. |
136 | | -* Added list of access rights to NtType. |
137 | | -* Added default mandatory policy to NtType. |
138 | | -* Added SetDisposition methods to NtFile. |
139 | | -* Added console and GUI support for Object ACEs. |
140 | | -* Updated access checking to support Object Types. |
141 | | -* Access check returns a structure rather than just an access mask. |
142 | | -* CPP style NDR formatting (#21) |
143 | | -* Added Get-NtTokenPrivilege command. |
144 | | -* Added Get-NtLocallyUniqueId command. |
| 128 | +* Added support for directory change notifications. |
| 129 | +* Added New-NtDesktop, Get-NtDesktop and Get-NtDesktopName. |
| 130 | +* Added New-NtWindowStation, Get-NtWindowStation and Get-NtWindowStationName. |
| 131 | +* Changed Win32 error codes to an enumeration. |
| 132 | +* Added Load/Unload driver. |
| 133 | +* Added properties to NtType to show access masks. |
| 134 | +* Added basic SendInput method. |
| 135 | +* Added token source tab to Token Viewer. |
| 136 | +* Updated for the Job object and New-NtJob. |
| 137 | +* Added NtWindow class a HWND enumeration. |
| 138 | +* Added Get-AccessibleWindowStation command. |
| 139 | +* Added some well known WNF names. |
| 140 | +* Added option to Get-AccessibleService to check file permissions. |
| 141 | +* Added Set-NtProcessJob command. |
| 142 | +* Added Get-AccessibleToken command. |
| 143 | +* Added support for compound ACEs. |
| 144 | +* Added Get/Sid-NtTokenSid and Get/Set-NtTokenGroup. |
| 145 | +* Added Get-AccessibleEventTrace command. |
| 146 | +* Added Get-AccessibleWnf command. |
145 | 147 | ' |
146 | 148 |
|
147 | 149 | # External dependent modules of this module |
|
0 commit comments