|
7 | 7 | <Authors>James Forshaw</Authors> |
8 | 8 | <Company>Google Inc.</Company> |
9 | 9 | <Product>NtApiDotNet</Product> |
10 | | - <FileVersion>1.1.30.0</FileVersion> |
11 | | - <Version>1.1.30</Version> |
| 10 | + <FileVersion>1.1.31.0</FileVersion> |
| 11 | + <Version>1.1.31</Version> |
12 | 12 | <Copyright>Copyright © Google Inc. 2016-2021</Copyright> |
13 | 13 | <AssemblyVersion>1.0.0.0</AssemblyVersion> |
14 | 14 | <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
15 | 15 | <RepositoryUrl>https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools</RepositoryUrl> |
16 | 16 | <Description>A .NET class library to access native NT API system calls</Description> |
17 | 17 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
18 | 18 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
19 | | - <PackageReleaseNotes>1.1.30 |
| 19 | + <PackageReleaseNotes>1.1.31 |
20 | 20 | -------- |
21 | | -* Fixed issue when displaying only a SACL with Format-NtSecurityDescriptor. |
22 | | -* Added basic named pipe support for RPC clients. |
23 | | -* Fixed issue enumerating per-user audit rules. |
24 | | -* Added view accessor for safe buffers. |
25 | | -* Improved debug tracing for RPC clients. |
26 | | -* Improved handling of paths with local files commands. |
27 | | -* Fixed path issue with Set-Win32SecurityDescriptor. |
28 | | -* Added querying trace providers from the WMI security key. |
| 21 | +* Added signing and encryption to SSPI. |
| 22 | +* Added Get-LsaContextSignature and Test-LsaContextSignature. |
| 23 | +* Added Protect-LsaContextMessage and Unprotect-LsaContextMessage |
| 24 | +* Named auth commands to Lsa. |
| 25 | +* Added TCP/IP RPC transport and add signing/encryption. |
| 26 | +* Added Disconnect-RpcClient. |
| 27 | +* Added server information for local RPC connection. |
| 28 | +* Added Enable-NtTokenPrivilege and Disable-NtTokenPrivilege. |
| 29 | +* Added native ARM/ARM64 support. |
| 30 | +* Added Get-Win32ServiceConfig and Set-Win32ServiceConfig. |
| 31 | +* Fixed bug in ACL canonicalization. |
| 32 | +* Added support for SDK names of enumerations/structures. |
| 33 | +* Added Get-NtSDKName. |
| 34 | +* Added support for Win32 WriteProcessMemory. |
| 35 | +* Added Get-Win32ServiceTrigger and support for triggers in Start-Win32Service. |
| 36 | +* Added Set-Win32ServiceSecurityDescriptor. |
| 37 | +* Fixed INdrStructure unmarshaling #35 |
29 | 38 | </PackageReleaseNotes> |
30 | 39 | </PropertyGroup> |
31 | 40 |
|
|
0 commit comments