NtApiDotNet 1.1.31

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

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

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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

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,504 1/22/2022
1.1.32 5,799 8/18/2021
1.1.31 2,065 3/16/2021
1.1.30 601 1/15/2021
1.1.29 1,190 11/23/2020
1.1.28 3,495 6/30/2020
1.1.27 2,559 2/10/2020
1.1.26 891 1/21/2020
1.1.25 678 1/2/2020
1.1.24 705 12/10/2019
1.1.23 888 10/18/2019
1.1.22 2,129 4/30/2019
1.1.21 1,304 4/23/2019
1.1.20 982 3/9/2019
1.1.19 1,941 2/4/2019
1.1.18.1 706 2/4/2019
1.1.18 662 2/4/2019
1.1.17 2,260 9/9/2018
1.1.16 1,186 8/1/2018
1.1.15 1,201 6/18/2018
1.1.14 1,256 5/1/2018
1.1.13 1,105 4/4/2018
1.1.12 1,283 3/19/2018
1.1.11 1,127 3/4/2018
1.1.10 1,408 3/1/2018
1.1.9 1,537 2/22/2018
1.1.8 1,285 2/6/2018
1.1.7 1,663 1/11/2018
1.1.6 1,030 12/3/2017
1.1.5 1,021 11/23/2017
1.1.4 1,104 11/14/2017
1.1.3 1,219 11/5/2017
1.1.2 1,315 10/11/2017
1.1.1 1,169 8/30/2017
1.1.0 921 8/30/2017
1.0.9 958 8/19/2017
1.0.8 1,075 8/7/2017
1.0.7 1,041 6/14/2017
1.0.4 1,006 5/17/2017

1.1.31
--------
* 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