NtApiDotNet 1.1.27
See the version list below for details.
dotnet add package NtApiDotNet --version 1.1.27
NuGet\Install-Package NtApiDotNet -Version 1.1.27
<PackageReference Include="NtApiDotNet" Version="1.1.27" />
paket add NtApiDotNet --version 1.1.27
#r "nuget: NtApiDotNet, 1.1.27"
// Install NtApiDotNet as a Cake Addin #addin nuget:?package=NtApiDotNet&version=1.1.27 // Install NtApiDotNet as a Cake Tool #tool nuget:?package=NtApiDotNet&version=1.1.27
A .NET class library to access native NT API system calls
Product | Versions 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. |
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,753 | 1/22/2022 |
1.1.32 | 6,730 | 8/18/2021 |
1.1.31 | 2,330 | 3/16/2021 |
1.1.30 | 641 | 1/15/2021 |
1.1.29 | 1,343 | 11/23/2020 |
1.1.28 | 3,613 | 6/30/2020 |
1.1.27 | 3,094 | 2/10/2020 |
1.1.26 | 949 | 1/21/2020 |
1.1.25 | 710 | 1/2/2020 |
1.1.24 | 732 | 12/10/2019 |
1.1.23 | 923 | 10/18/2019 |
1.1.22 | 2,208 | 4/30/2019 |
1.1.21 | 1,326 | 4/23/2019 |
1.1.20 | 1,020 | 3/9/2019 |
1.1.19 | 2,032 | 2/4/2019 |
1.1.18.1 | 737 | 2/4/2019 |
1.1.18 | 694 | 2/4/2019 |
1.1.17 | 2,304 | 9/9/2018 |
1.1.16 | 1,225 | 8/1/2018 |
1.1.15 | 1,238 | 6/18/2018 |
1.1.14 | 1,295 | 5/1/2018 |
1.1.13 | 1,137 | 4/4/2018 |
1.1.12 | 1,319 | 3/19/2018 |
1.1.11 | 1,164 | 3/4/2018 |
1.1.10 | 1,509 | 3/1/2018 |
1.1.9 | 1,571 | 2/22/2018 |
1.1.8 | 1,315 | 2/6/2018 |
1.1.7 | 1,710 | 1/11/2018 |
1.1.6 | 1,061 | 12/3/2017 |
1.1.5 | 1,055 | 11/23/2017 |
1.1.4 | 1,136 | 11/14/2017 |
1.1.3 | 1,256 | 11/5/2017 |
1.1.2 | 1,359 | 10/11/2017 |
1.1.1 | 1,203 | 8/30/2017 |
1.1.0 | 954 | 8/30/2017 |
1.0.9 | 994 | 8/19/2017 |
1.0.8 | 1,108 | 8/7/2017 |
1.0.7 | 1,072 | 6/14/2017 |
1.0.4 | 1,039 | 5/17/2017 |
1.1.27
--------
* Added support for directory change notifications.
* Added New-NtDesktop, Get-NtDesktop and Get-NtDesktopName.
* Added New-NtWindowStation, Get-NtWindowStation and Get-NtWindowStationName.
* Changed Win32 error codes to an enumeration.
* Added Load/Unload driver.
* Added properties to NtType to show access masks.
* Added basic SendInput method.
* Added token source tab to Token Viewer.
* Updated for the Job object and New-NtJob.
* Added NtWindow class a HWND enumeration.
* Added Get-AccessibleWindowStation command.
* Added some well known WNF names.
* Added option to Get-AccessibleService to check file permissions.
* Added Set-NtProcessJob command.
* Added Get-AccessibleToken command.
* Added support for compound ACEs.
* Added Get/Sid-NtTokenSid and Get/Set-NtTokenGroup.
* Added Get-AccessibleEventTrace command.
* Added Get-AccessibleWnf command.