Skip to content

UnknownObject000/NTV05_EasyPrivilegeGetter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NTV05_EasyPrivilegeGetter

NTAPI简单提权函数视频源代码,用于演示未公开的NtAPI - RtlAdjustPrivilege

关于RtlAdjustPrivilege

函数原型

UINT RtlAdjustPrivilege(ULONG Privilege, BOOL bEnablePrivilege, BOOL IsThreadPrivilege, PINT PreviousValue);

函数指针类型

typedef UINT(CALLBACK* typeRtlAdjustPrivilege)(ULONG, BOOL, BOOL, PINT);

所在DLL

  • ntdll.dll

About

NTAPI简单提权函数视频源代码

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages