|
18 | 18 | RootModule = 'NtObjectManager.psm1' |
19 | 19 |
|
20 | 20 | # Version number of this module. |
21 | | -ModuleVersion = '1.1.11' |
| 21 | +ModuleVersion = '1.1.12' |
22 | 22 |
|
23 | 23 | # Supported PSEditions |
24 | 24 | # CompatiblePSEditions = @() |
@@ -97,7 +97,32 @@ PrivateData = @{ |
97 | 97 | ProjectUri = 'https://github.com/google/sandbox-attacksurface-analysis-tools' |
98 | 98 |
|
99 | 99 | # ReleaseNotes of this module |
100 | | - ReleaseNotes = '1.1.11 |
| 100 | + ReleaseNotes = '1.1.12 |
| 101 | +------ |
| 102 | +* Added basic NDR parser. |
| 103 | +* Added basic symbol resolver. |
| 104 | +* Added method to read a security descriptor from another process. |
| 105 | +* Improved process memory read and writing methods. |
| 106 | +* Added virtual memory cmdlets to allocate, release and modify memory. |
| 107 | +* Added Get-EmbeddedAuthenticodeSignature function. |
| 108 | +* Added Get and Set NtSecurityDescriptor functions. |
| 109 | +* Added ProcessTrustLabel to basic security information set. |
| 110 | +* Added Get-NtFileChild cmdlet. |
| 111 | +* Added Get-NtKeyChild cmdlet. |
| 112 | +* Added Get-NtDirectoryChild cmdlet. |
| 113 | +* Added name lookup to NtIoControlCode. |
| 114 | +* Added NtNamedPipeFile type with implementations of basic pipe functions. |
| 115 | +* Added ADd-DosDevice and Remove-DosDevice cmdlets. |
| 116 | +* Added file directory and stream visitors. |
| 117 | +* Merged Get-NtLowBoxToken and Get-NtFilteredToken into Get-NtToken. |
| 118 | +* Modified Show-NtSection to also display an arbitrary byte array. |
| 119 | +* Added an Invoke-NtToken cmdlet to run a script block under impersonation. |
| 120 | +* Added Remove-NtFile cmdlet. |
| 121 | +* Added case sensitive property for RS4. |
| 122 | +* Added flags for NtCreateDirectoryObjectEx. |
| 123 | +* Added pseudo option to Get-NtToken. |
| 124 | +* Improved conditional ACE support. |
| 125 | +1.1.11 |
101 | 126 | ------ |
102 | 127 | * Improved New-NtToken including adding missing IL |
103 | 128 | * Added new NTSTATUS codes from 1709 |
|
0 commit comments