Skip to content

Commit

Permalink
Updated to 1.1.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranid committed Aug 18, 2021
1 parent 3094378 commit 262e6ba
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 72 deletions.
28 changes: 6 additions & 22 deletions NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<TargetFrameworks>net461;net5.0-windows</TargetFrameworks>
<PackageId>NtApiDotNet.Forms</PackageId>
<Authors>James Forshaw</Authors>
<Company>Google Inc.</Company>
<Company>Google LLC.</Company>
<Product>NtApiDotNet.Forms</Product>
<FileVersion>1.1.31.0</FileVersion>
<Version>1.1.31</Version>
<Copyright>Copyright © Google Inc. 2016-2021</Copyright>
<FileVersion>1.1.32.0</FileVersion>
<Version>1.1.32</Version>
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools</RepositoryUrl>
Expand All @@ -18,25 +18,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<UseWindowsForms>true</UseWindowsForms>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<PackageReleaseNotes>1.1.31
<PackageReleaseNotes>1.1.32
--------
* Added signing and encryption to SSPI.
* Added Get-LsaContextSignature and Test-LsaContextSignature.
* Added Protect-LsaContextMessage and Unprotect-LsaContextMessage
* Named auth commands to Lsa.
* Added TCP/IP RPC transport and add signing/encryption.
* Added Disconnect-RpcClient.
* Added server information for local RPC connection.
* Added Enable-NtTokenPrivilege and Disable-NtTokenPrivilege.
* Added native ARM/ARM64 support.
* Added Get-Win32ServiceConfig and Set-Win32ServiceConfig.
* Fixed bug in ACL canonicalization.
* Added support for SDK names of enumerations/structures.
* Added Get-NtSDKName.
* Added support for Win32 WriteProcessMemory.
* Added Get-Win32ServiceTrigger and support for triggers in Start-Win32Service.
* Added Set-Win32ServiceSecurityDescriptor.
* Fixed INdrStructure unmarshaling #35
* Too many changes to mention.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions NtApiDotNet.Forms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.1.31.0")]
[assembly: AssemblyInformationalVersion("1.1.31")]
[assembly: AssemblyFileVersion("1.1.32.0")]
[assembly: AssemblyInformationalVersion("1.1.32")]
28 changes: 6 additions & 22 deletions NtApiDotNet/NtApiDotNet.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,20 @@
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<PackageId>NtApiDotNet</PackageId>
<Authors>James Forshaw</Authors>
<Company>Google Inc.</Company>
<Company>Google LLC.</Company>
<Product>NtApiDotNet</Product>
<FileVersion>1.1.31.0</FileVersion>
<Version>1.1.31</Version>
<Copyright>Copyright © Google Inc. 2016-2021</Copyright>
<FileVersion>1.1.32.0</FileVersion>
<Version>1.1.32</Version>
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools</RepositoryUrl>
<Description>A .NET class library to access native NT API system calls</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>1.1.31
<PackageReleaseNotes>1.1.32
--------
* Added signing and encryption to SSPI.
* Added Get-LsaContextSignature and Test-LsaContextSignature.
* Added Protect-LsaContextMessage and Unprotect-LsaContextMessage
* Named auth commands to Lsa.
* Added TCP/IP RPC transport and add signing/encryption.
* Added Disconnect-RpcClient.
* Added server information for local RPC connection.
* Added Enable-NtTokenPrivilege and Disable-NtTokenPrivilege.
* Added native ARM/ARM64 support.
* Added Get-Win32ServiceConfig and Set-Win32ServiceConfig.
* Fixed bug in ACL canonicalization.
* Added support for SDK names of enumerations/structures.
* Added Get-NtSDKName.
* Added support for Win32 WriteProcessMemory.
* Added Get-Win32ServiceTrigger and support for triggers in Start-Win32Service.
* Added Set-Win32ServiceSecurityDescriptor.
* Fixed INdrStructure unmarshaling #35
* Too many changes to mention.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions NtApiDotNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.1.31.0")]
[assembly: AssemblyInformationalVersion("1.1.31")]
[assembly: AssemblyFileVersion("1.1.32.0")]
[assembly: AssemblyInformationalVersion("1.1.32")]
4 changes: 2 additions & 2 deletions NtObjectManager/NtObjectManager.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Authors>James Forshaw</Authors>
<Company>Google Inc.</Company>
<Product>NtObjectManager</Product>
<FileVersion>1.1.31.0</FileVersion>
<Copyright>Copyright © Google Inc. 2016-2020</Copyright>
<FileVersion>1.1.32.0</FileVersion>
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<RepositoryUrl>https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools</RepositoryUrl>
Expand Down
22 changes: 3 additions & 19 deletions NtObjectManager/NtObjectManager.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
RootModule = 'NtObjectManager.psm1'

# Version number of this module.
ModuleVersion = '1.1.31'
ModuleVersion = '1.1.32'

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

# ReleaseNotes of this module
ReleaseNotes = '1.1.31
ReleaseNotes = '1.1.32
--------
* Added signing and encryption to SSPI.
* Added Get-LsaContextSignature and Test-LsaContextSignature.
* Added Protect-LsaContextMessage and Unprotect-LsaContextMessage
* Named auth commands to Lsa.
* Added TCP/IP RPC transport and add signing/encryption.
* Added Disconnect-RpcClient.
* Added server information for local RPC connection.
* Added Enable-NtTokenPrivilege and Disable-NtTokenPrivilege.
* Added native ARM/ARM64 support.
* Added Get-Win32ServiceConfig and Set-Win32ServiceConfig.
* Fixed bug in ACL canonicalization.
* Added support for SDK names of enumerations/structures.
* Added Get-NtSDKName.
* Added support for Win32 WriteProcessMemory.
* Added Get-Win32ServiceTrigger and support for triggers in Start-Win32Service.
* Added Set-Win32ServiceSecurityDescriptor.
* Fixed INdrStructure unmarshaling #35
* Too many changes to mention.
'

# External dependent modules of this module
Expand Down
4 changes: 2 additions & 2 deletions NtObjectManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.1.31.0")]
[assembly: AssemblyInformationalVersion("1.1.31")]
[assembly: AssemblyFileVersion("1.1.32.0")]
[assembly: AssemblyInformationalVersion("1.1.32")]
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sandbox-attacksurface-analysis-tools

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

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

Release Notes:

1.1.32
--------
* Too many changes to mention.

1.1.31
--------
* Added signing and encryption to SSPI.
Expand Down

0 comments on commit 262e6ba

Please # to comment.