NtApiDotNet 1.1.29

There is a newer version of this package available.
See the version list below for details.
dotnet add package NtApiDotNet --version 1.1.29                
NuGet\Install-Package NtApiDotNet -Version 1.1.29                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NtApiDotNet" Version="1.1.29" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NtApiDotNet --version 1.1.29                
#r "nuget: NtApiDotNet, 1.1.29"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NtApiDotNet as a Cake Addin
#addin nuget:?package=NtApiDotNet&version=1.1.29

// Install NtApiDotNet as a Cake Tool
#tool nuget:?package=NtApiDotNet&version=1.1.29                

A .NET class library to access native NT API system calls

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NtApiDotNet:

Package Downloads
NtApiDotNet.Forms

A .NET class library to access native NT API system calls

GitHub repositories (11)

Showing the top 5 popular GitHub repositories that depend on NtApiDotNet:

Repository Stars
CCob/SweetPotato
Local Service to SYSTEM privilege escalation from Windows 7 to Windows 10 / Server 2019
CCob/BeaconEye
Hunts out CobaltStrike beacons and logs operator command output
lowleveldesign/wtrace
Command line tracing tool for Windows, based on ETW.
cyberark/RPCMon
RPC Monitor tool based on Event Tracing for Windows
CCob/okta-terrify
Okta Verify and Okta FastPass Abuse Tool
Version Downloads Last updated
1.1.33 5,329 1/22/2022
1.1.32 6,459 8/18/2021
1.1.31 2,272 3/16/2021
1.1.30 631 1/15/2021
1.1.29 1,310 11/23/2020
1.1.28 3,573 6/30/2020
1.1.27 2,942 2/10/2020
1.1.26 935 1/21/2020
1.1.25 704 1/2/2020
1.1.24 727 12/10/2019
1.1.23 914 10/18/2019
1.1.22 2,191 4/30/2019
1.1.21 1,318 4/23/2019
1.1.20 1,012 3/9/2019
1.1.19 2,018 2/4/2019
1.1.18.1 729 2/4/2019
1.1.18 688 2/4/2019
1.1.17 2,293 9/9/2018
1.1.16 1,217 8/1/2018
1.1.15 1,231 6/18/2018
1.1.14 1,287 5/1/2018
1.1.13 1,129 4/4/2018
1.1.12 1,309 3/19/2018
1.1.11 1,156 3/4/2018
1.1.10 1,486 3/1/2018
1.1.9 1,563 2/22/2018
1.1.8 1,307 2/6/2018
1.1.7 1,694 1/11/2018
1.1.6 1,055 12/3/2017
1.1.5 1,048 11/23/2017
1.1.4 1,128 11/14/2017
1.1.3 1,245 11/5/2017
1.1.2 1,350 10/11/2017
1.1.1 1,196 8/30/2017
1.1.0 947 8/30/2017
1.0.9 985 8/19/2017
1.0.8 1,101 8/7/2017
1.0.7 1,064 6/14/2017
1.0.4 1,031 5/17/2017

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.