-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
221 additions
and
67 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<title>NtApiDotNet.Forms</title> | ||
<authors>James Forshaw</authors> | ||
<owners>James Forshaw</owners> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>A .NET class library to access native NT API system calls. This contains just the forms code.</description> | ||
<releaseNotes> | ||
1.1.29 | ||
-------- | ||
* Added Get-NtProcessUser. | ||
* Added Get-NtProcessEnvironment. | ||
* Added global option for New-NtSymbolicLink. | ||
* Added Split-Win32CommandLine. | ||
* Added send and post methods to NtMessage. | ||
* Added AsObject parameter for Get-NtObjectInformation. | ||
* Added NtMailslotFile and fixed mailslot creation. | ||
* Added Get-NtKeySymbolicLinkTarget. | ||
* Added support for a FollowLink switch which will allow accessible cmdlets to follow symbolic links. Feature request #29. | ||
* Separated forms code from the main assembly. | ||
* Added setting service security and Get/Set-Win32ServiceSecurityDescriptor. | ||
* Added Win32 debug console class and Start/New/Read-Win32DebugConsole. | ||
* Added Test-NtTokenCapability. | ||
* Added New-Win32Service and Remove-Win32Service. | ||
* Reimplemented SidName to allow access to the Domain component. | ||
* Added section characteristics check when parsing RPC servers. Fix for issue #27. | ||
* Added an SDKName attribute to access rights. | ||
* Added Add-NtAccountRight and Remove-NtAccountRight. | ||
* Added basic VBS enclave support. | ||
* Added support to parse ELAM information from a binary. | ||
* Added Get-NtSigningLevel and Get-X509Certificate. | ||
* Added Compare-NtSigningLevel. | ||
* Added silo impersonation commands. | ||
* Added option to impersonation System when creating a token or with Invoke-NtToken. | ||
* Added proper enumeration of AppContainer profiles and support creating with capabilities. | ||
* Added Get-AppModelApplicationPolicy. | ||
* Added Get-NtThreadContext and Set-NtThreadContext. | ||
* Added support for calling CreateProcessWithLogon via Win32Process. | ||
* Added Start-AppModelApplication. | ||
* Added Add-NtThreadApc. | ||
* Fixed path handling in Get-Win32SecurityDescriptor. | ||
* Added Get-NtFileFinalPath command. | ||
* Reworked handling of lease oplocks. | ||
* Added basic USN journal support. | ||
* Added Get-NtFileStream. | ||
* Added Get-NtMountPoint command. | ||
* Added basic async support and the Wait-AsyncTaskResult command. | ||
* Added Send-NtFileControl command. | ||
* Added Get-NtFileVolumeInformation and Set-NtFileVolumeInformation. | ||
* Added Get-NtFileItem command. | ||
* Added support for querying device nodes, setup class and interface classes. | ||
* Added Get-NtFileSharingProcess. | ||
* IPeb: Added GetBeingDebugged() (#26) | ||
* Added support for enumerating filter drivers and connecting to ports. | ||
* Added New-NtKeySymbolicLink and Set-NtKeySymbolicLinkTarget. | ||
* Added a Get-NtKeyHive command. | ||
</releaseNotes> | ||
<copyright>Copyright Google Inc. 2016-2020</copyright> | ||
<tags>syscalls</tags> | ||
<dependencies> | ||
<dependency id="NtApiDotNet" version="1.1.29" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters