Skip to content

Commit 262e6ba

Browse files
committed
Updated to 1.1.32.
1 parent 3094378 commit 262e6ba

File tree

8 files changed

+28
-72
lines changed

8 files changed

+28
-72
lines changed

NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<TargetFrameworks>net461;net5.0-windows</TargetFrameworks>
66
<PackageId>NtApiDotNet.Forms</PackageId>
77
<Authors>James Forshaw</Authors>
8-
<Company>Google Inc.</Company>
8+
<Company>Google LLC.</Company>
99
<Product>NtApiDotNet.Forms</Product>
10-
<FileVersion>1.1.31.0</FileVersion>
11-
<Version>1.1.31</Version>
12-
<Copyright>Copyright © Google Inc. 2016-2021</Copyright>
10+
<FileVersion>1.1.32.0</FileVersion>
11+
<Version>1.1.32</Version>
12+
<Copyright>Copyright © Google LLC. 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>
@@ -18,25 +18,9 @@
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1919
<UseWindowsForms>true</UseWindowsForms>
2020
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
21-
<PackageReleaseNotes>1.1.31
21+
<PackageReleaseNotes>1.1.32
2222
--------
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
23+
* Too many changes to mention.
4024
</PackageReleaseNotes>
4125
</PropertyGroup>
4226

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.31.0")]
36-
[assembly: AssemblyInformationalVersion("1.1.31")]
35+
[assembly: AssemblyFileVersion("1.1.32.0")]
36+
[assembly: AssemblyInformationalVersion("1.1.32")]

NtApiDotNet/NtApiDotNet.Build.csproj

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,20 @@
55
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
66
<PackageId>NtApiDotNet</PackageId>
77
<Authors>James Forshaw</Authors>
8-
<Company>Google Inc.</Company>
8+
<Company>Google LLC.</Company>
99
<Product>NtApiDotNet</Product>
10-
<FileVersion>1.1.31.0</FileVersion>
11-
<Version>1.1.31</Version>
12-
<Copyright>Copyright © Google Inc. 2016-2021</Copyright>
10+
<FileVersion>1.1.32.0</FileVersion>
11+
<Version>1.1.32</Version>
12+
<Copyright>Copyright © Google LLC. 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.31
19+
<PackageReleaseNotes>1.1.32
2020
--------
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
21+
* Too many changes to mention.
3822
</PackageReleaseNotes>
3923
</PropertyGroup>
4024

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.31.0")]
36-
[assembly: AssemblyInformationalVersion("1.1.31")]
35+
[assembly: AssemblyFileVersion("1.1.32.0")]
36+
[assembly: AssemblyInformationalVersion("1.1.32")]

NtObjectManager/NtObjectManager.Core.csproj

Lines changed: 2 additions & 2 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>NtObjectManager</Product>
10-
<FileVersion>1.1.31.0</FileVersion>
11-
<Copyright>Copyright © Google Inc. 2016-2020</Copyright>
10+
<FileVersion>1.1.32.0</FileVersion>
11+
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
1212
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1313
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
1414
<RepositoryUrl>https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools</RepositoryUrl>

NtObjectManager/NtObjectManager.psd1

Lines changed: 3 additions & 19 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.31'
21+
ModuleVersion = '1.1.32'
2222

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

212212
# ReleaseNotes of this module
213-
ReleaseNotes = '1.1.31
213+
ReleaseNotes = '1.1.32
214214
--------
215-
* Added signing and encryption to SSPI.
216-
* Added Get-LsaContextSignature and Test-LsaContextSignature.
217-
* Added Protect-LsaContextMessage and Unprotect-LsaContextMessage
218-
* Named auth commands to Lsa.
219-
* Added TCP/IP RPC transport and add signing/encryption.
220-
* Added Disconnect-RpcClient.
221-
* Added server information for local RPC connection.
222-
* Added Enable-NtTokenPrivilege and Disable-NtTokenPrivilege.
223-
* Added native ARM/ARM64 support.
224-
* Added Get-Win32ServiceConfig and Set-Win32ServiceConfig.
225-
* Fixed bug in ACL canonicalization.
226-
* Added support for SDK names of enumerations/structures.
227-
* Added Get-NtSDKName.
228-
* Added support for Win32 WriteProcessMemory.
229-
* Added Get-Win32ServiceTrigger and support for triggers in Start-Win32Service.
230-
* Added Set-Win32ServiceSecurityDescriptor.
231-
* Fixed INdrStructure unmarshaling #35
215+
* Too many changes to mention.
232216
'
233217

234218
# 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.31.0")]
36-
[assembly: AssemblyInformationalVersion("1.1.31")]
35+
[assembly: AssemblyFileVersion("1.1.32.0")]
36+
[assembly: AssemblyInformationalVersion("1.1.32")]

README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sandbox-attacksurface-analysis-tools
22

3-
(c) Google Inc. 2015, 2016, 2017, 2018, 2019, 2020
3+
(c) Google LLC. 2015 - 2021
44
Developed by James Forshaw
55

66
This is a small suite of PowerShell tools to test various properties of sandboxes on Windows. Many of the
@@ -37,6 +37,10 @@ Thanks to the people who were willing to test it and give feedback:
3737

3838
Release Notes:
3939

40+
1.1.32
41+
--------
42+
* Too many changes to mention.
43+
4044
1.1.31
4145
--------
4246
* Added signing and encryption to SSPI.

0 commit comments

Comments
 (0)