Update README.md

This commit is contained in:
UnknownObject
2022-09-17 15:28:10 +08:00
committed by GitHub
parent 95e2b72576
commit 79a108a542
+17 -1
View File
@@ -1,2 +1,18 @@
# NTV05_EasyPrivilegeGetter # NTV05_EasyPrivilegeGetter
NTAPI简单提权函数视频源代码 NTAPI简单提权函数视频源代码,用于演示未公开的NtAPI - RtlAdjustPrivilege
## RtlAdjustPrivilege
### 函数原型
```c++
UINT RtlAdjustPrivilege(ULONG Privilege, BOOL bEnablePrivilege, BOOL IsThreadPrivilege, PINT PreviousValue);
```
### 函数指针类型
```c++
typedef UINT(CALLBACK* typeRtlAdjustPrivilege)(ULONG, BOOL, BOOL, PINT);
```
### 所在DLL
- ntdll.dll