NtApiDotNet 1.1.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package NtApiDotNet --version 1.1.7
NuGet\Install-Package NtApiDotNet -Version 1.1.7
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.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NtApiDotNet --version 1.1.7
#r "nuget: NtApiDotNet, 1.1.7"
#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.7

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

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 (9)

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
tyranid/WindowsRpcClients
This respository is a collection of C# class libraries which implement RPC clients for various versions of the Windows Operating System from 7 to Windows 10.
Version Downloads Last updated
1.1.33 4,300 1/22/2022
1.1.32 5,673 8/18/2021
1.1.31 2,046 3/16/2021
1.1.30 601 1/15/2021
1.1.29 1,171 11/23/2020
1.1.28 3,491 6/30/2020
1.1.27 2,526 2/10/2020
1.1.26 888 1/21/2020
1.1.25 678 1/2/2020
1.1.24 705 12/10/2019
1.1.23 884 10/18/2019
1.1.22 2,122 4/30/2019
1.1.21 1,302 4/23/2019
1.1.20 981 3/9/2019
1.1.19 1,926 2/4/2019
1.1.18.1 704 2/4/2019
1.1.18 660 2/4/2019
1.1.17 2,254 9/9/2018
1.1.16 1,184 8/1/2018
1.1.15 1,198 6/18/2018
1.1.14 1,254 5/1/2018
1.1.13 1,103 4/4/2018
1.1.12 1,281 3/19/2018
1.1.11 1,123 3/4/2018
1.1.10 1,406 3/1/2018
1.1.9 1,535 2/22/2018
1.1.8 1,283 2/6/2018
1.1.7 1,661 1/11/2018
1.1.6 1,028 12/3/2017
1.1.5 1,018 11/23/2017
1.1.4 1,102 11/14/2017
1.1.3 1,215 11/5/2017
1.1.2 1,313 10/11/2017
1.1.1 1,167 8/30/2017
1.1.0 918 8/30/2017
1.0.9 956 8/19/2017
1.0.8 1,073 8/7/2017
1.0.7 1,039 6/14/2017
1.0.4 1,004 5/17/2017

1.1.7
-----
* Added projects to build NtObjectManager for PowerShell Core 6.0
* Added additional techniques to open process tokens in access checking cmdlets.
* Fixed issues with Add-NtKey and added Remove-NtKey cmdlets.
* Minor fixes from fllombard
* Added change notify key with asynchronous support
* Added kernel LUID allocation

1.1.6
-----
* Added support for child process policy and desktop app policy to Win32ProcessConfig.
* Added new mitigation options from Win10 1709.
* Fix a couple of crashes.

1.1.5
-----
* Fixed crash on 32 bit Windows when enumerating NT types.
* Merged ManagedHandleUtils assembly into main NtApiDotNet under the Win32 namespace.

1.1.4
-----
* Added Show-NtSecurityDescriptor function.
* Added support for modifying security descriptors in the UI.
* Cleanup of access mask when being displayed in the UI.
* Added opaque reparse buffer.

1.1.3
-----
* Added Show-NtToken function.
* Added basic version checking for certain functions which can't be accessed on Windows 7.
* Fixed referenced System.Management.Automation assembly version to run properly with no PS2.
* Fixed some bugs in token structures which preventing being used with multiple values.
* Added support to Win32Process for LPAC.

1.1.2
-----
* Added Get-AccessibleHandle cmdlet.
* Support for oplock levels.
* Added support to set inherit and protect on close flags to objects.
* Added Get-NtFilePath function.

1.1.1
-----
* Fix to native protected process creation.
* Added functions to create native NT processes.

1.1.0
-----
* Removed check tools, excluding CheckNetworkAccess.
* Added basic Job object cmdlets.
* Added creation of protected processes in Win32Process.
* Added service access checking cmdlet.
* Added get executable manifest cmdlet.

1.0.9
-----
* Made New-Win32Process more generic and added support for Win32k filter enable.
* Added function to capture token from a process using impersonation.
* Added basic support for Desktop and WindowStation objects using Win32u.dll exports.
* Added file locking implementation including async.
* Added hardlink enumeration.
* Added NTFS stream enumeration.
* Deprecated most of the old standalone utilities in favour of PS cmdlets.

1.0.8
-----
* Added cmdlets to create a kernel memory dump, system environment and licensing.
* Additional system calls implemented.
* Added access to secure boot policies and code integrity policies.
* Made Win32 Process creation more generic and added cmdlet.
* Added access check by type including SELF SID.

1.0.7
-----
* Added new cmdlets to do access checking. Many of the old standalone utilities are now deprecated.
* Added cmdlets to create lowbox tokens
* Added list of known capability SIDs and resolve them during name lookup
* Added cmdlet to get a SID
* Added cmdlet to do a standalone access checking
* Reworked the APIs to include non-throwing versions of many of the core Open/Create methods.
* Made NtType more inspectable, includes access enumeration and rationalizes the opening methods.
* Various additional properties such as extended process flags, checking for LPAC
* Rework of access mask handling. Now all low-level APIs use an AccessMask structure which has
 conversion operators to and from other enumerations.
* Various other bug fixes.

1.0.6
-----
* Added cmdlet to filter a Token object.
* Cleanups to various components to make them easier to use from PS

1.0.5
-----
* Added additional Known SIDs
* Unified the variant Get-NtToken* cmdlets into one.
* Added additional token cmdlets such as Logon and Clipboard.
* Added initial support for IO Completion Ports
* Added object creation time property
* Added support to set a process device map
* Added top level CanSynchronize property to NtObject
* Bugs fixes from Rustam Agametov
* Made process list in token viewer a list rather than a tree and made a separate handle tab.

1.0.4
-----
* First NUGET release.