Skip to content

Commit 2975e79

Browse files
committed
Updated to v1.1.31.
1 parent 9ad6537 commit 2975e79

File tree

8 files changed

+86
-39
lines changed

8 files changed

+86
-39
lines changed

NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<Authors>James Forshaw</Authors>
88
<Company>Google Inc.</Company>
99
<Product>NtApiDotNet.Forms</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>
1212
<Copyright>Copyright © Google Inc. 2016-2021</Copyright>
1313
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
@@ -18,16 +18,25 @@
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1919
<UseWindowsForms>true</UseWindowsForms>
2020
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
21-
<PackageReleaseNotes>1.1.30
21+
<PackageReleaseNotes>1.1.31
2222
--------
23-
* Fixed issue when displaying only a SACL with Format-NtSecurityDescriptor.
24-
* Added basic named pipe support for RPC clients.
25-
* Fixed issue enumerating per-user audit rules.
26-
* Added view accessor for safe buffers.
27-
* Improved debug tracing for RPC clients.
28-
* Improved handling of paths with local files commands.
29-
* Fixed path issue with Set-Win32SecurityDescriptor.
30-
* Added querying trace providers from the WMI security key.
23+
* Added signing and encryption to SSPI.
24+
* Added Get-LsaContextSignature and Test-LsaContextSignature.
25+
* Added Protect-LsaContextMessage and Unprotect-LsaContextMessage
26+
* Named auth commands to Lsa.
27+
* Added TCP/IP RPC transport and add signing/encryption.
28+
* Added Disconnect-RpcClient.
29+
* Added server information for local RPC connection.
30+
* Added Enable-NtTokenPrivilege and Disable-NtTokenPrivilege.
31+
* Added native ARM/ARM64 support.
32+
* Added Get-Win32ServiceConfig and Set-Win32ServiceConfig.
33+
* Fixed bug in ACL canonicalization.
34+
* Added support for SDK names of enumerations/structures.
35+
* Added Get-NtSDKName.
36+
* Added support for Win32 WriteProcessMemory.
37+
* Added Get-Win32ServiceTrigger and support for triggers in Start-Win32Service.
38+
* Added Set-Win32ServiceSecurityDescriptor.
39+
* Fixed INdrStructure unmarshaling #35
3140
</PackageReleaseNotes>
3241
</PropertyGroup>
3342

NtApiDotNet.Forms/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.30.0")]
36-
[assembly: AssemblyInformationalVersion("1.1.30")]
35+
[assembly: AssemblyFileVersion("1.1.31.0")]
36+
[assembly: AssemblyInformationalVersion("1.1.31")]

NtApiDotNet/NtApiDotNet.Build.csproj

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,34 @@
77
<Authors>James Forshaw</Authors>
88
<Company>Google Inc.</Company>
99
<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>
1212
<Copyright>Copyright © Google Inc. 2016-2021</Copyright>
1313
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1515
<RepositoryUrl>https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools</RepositoryUrl>
1616
<Description>A .NET class library to access native NT API system calls</Description>
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
19-
<PackageReleaseNotes>1.1.30
19+
<PackageReleaseNotes>1.1.31
2020
--------
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
2938
</PackageReleaseNotes>
3039
</PropertyGroup>
3140

NtApiDotNet/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.30.0")]
36-
[assembly: AssemblyInformationalVersion("1.1.30")]
35+
[assembly: AssemblyFileVersion("1.1.31.0")]
36+
[assembly: AssemblyInformationalVersion("1.1.31")]

NtObjectManager/NtObjectManager.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Authors>James Forshaw</Authors>
88
<Company>Google Inc.</Company>
99
<Product>NtObjectManager</Product>
10-
<FileVersion>1.1.29.0</FileVersion>
10+
<FileVersion>1.1.31.0</FileVersion>
1111
<Copyright>Copyright © Google Inc. 2016-2020</Copyright>
1212
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1313
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>

NtObjectManager/NtObjectManager.psd1

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
RootModule = 'NtObjectManager.psm1'
1919

2020
# Version number of this module.
21-
ModuleVersion = '1.1.30'
21+
ModuleVersion = '1.1.31'
2222

2323
# ID used to uniquely identify this module
2424
GUID = 'ac251c97-67a6-4bc4-bb8a-5ae300e93030'
@@ -191,16 +191,25 @@ PrivateData = @{
191191
ProjectUri = 'https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools'
192192

193193
# ReleaseNotes of this module
194-
ReleaseNotes = '1.1.30
194+
ReleaseNotes = '1.1.31
195195
--------
196-
* Fixed issue when displaying only a SACL with Format-NtSecurityDescriptor.
197-
* Added basic named pipe support for RPC clients.
198-
* Fixed issue enumerating per-user audit rules.
199-
* Added view accessor for safe buffers.
200-
* Improved debug tracing for RPC clients.
201-
* Improved handling of paths with local files commands.
202-
* Fixed path issue with Set-Win32SecurityDescriptor.
203-
* Added querying trace providers from the WMI security key.
196+
* Added signing and encryption to SSPI.
197+
* Added Get-LsaContextSignature and Test-LsaContextSignature.
198+
* Added Protect-LsaContextMessage and Unprotect-LsaContextMessage
199+
* Named auth commands to Lsa.
200+
* Added TCP/IP RPC transport and add signing/encryption.
201+
* Added Disconnect-RpcClient.
202+
* Added server information for local RPC connection.
203+
* Added Enable-NtTokenPrivilege and Disable-NtTokenPrivilege.
204+
* Added native ARM/ARM64 support.
205+
* Added Get-Win32ServiceConfig and Set-Win32ServiceConfig.
206+
* Fixed bug in ACL canonicalization.
207+
* Added support for SDK names of enumerations/structures.
208+
* Added Get-NtSDKName.
209+
* Added support for Win32 WriteProcessMemory.
210+
* Added Get-Win32ServiceTrigger and support for triggers in Start-Win32Service.
211+
* Added Set-Win32ServiceSecurityDescriptor.
212+
* Fixed INdrStructure unmarshaling #35
204213
'
205214

206215
# External dependent modules of this module

NtObjectManager/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.30.0")]
36-
[assembly: AssemblyInformationalVersion("1.1.30")]
35+
[assembly: AssemblyFileVersion("1.1.31.0")]
36+
[assembly: AssemblyInformationalVersion("1.1.31")]

README.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,26 @@ Thanks to the people who were willing to test it and give feedback:
3737

3838
Release Notes:
3939

40+
1.1.31
41+
--------
42+
* Added signing and encryption to SSPI.
43+
* Added Get-LsaContextSignature and Test-LsaContextSignature.
44+
* Added Protect-LsaContextMessage and Unprotect-LsaContextMessage
45+
* Named auth commands to Lsa.
46+
* Added TCP/IP RPC transport and add signing/encryption.
47+
* Added Disconnect-RpcClient.
48+
* Added server information for local RPC connection.
49+
* Added Enable-NtTokenPrivilege and Disable-NtTokenPrivilege.
50+
* Added native ARM/ARM64 support.
51+
* Added Get-Win32ServiceConfig and Set-Win32ServiceConfig.
52+
* Fixed bug in ACL canonicalization.
53+
* Added support for SDK names of enumerations/structures.
54+
* Added Get-NtSDKName.
55+
* Added support for Win32 WriteProcessMemory.
56+
* Added Get-Win32ServiceTrigger and support for triggers in Start-Win32Service.
57+
* Added Set-Win32ServiceSecurityDescriptor.
58+
* Fixed INdrStructure unmarshaling #35
59+
4060
1.1.30
4161
--------
4262
* Fixed issue when displaying only a SACL with Format-NtSecurityDescriptor.

0 commit comments

Comments
 (0)