mirror of
https://github.com/UnknownObject000/NTV05_EasyPrivilegeGetter.git
synced 2026-08-13 04:21:39 +08:00
Update README.md
This commit is contained in:
@@ -1,2 +1,18 @@
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user