GetPrivilegeState
Query whether the privilege is enabled on the debuggee.
参数
arg1
The name of the privilege. Example: SeDebugPrivilege
.
结果
This command sets $result
to1
if the privilege is disabled on the debuggee, 2
或 3
if the privilege is enabled on the debuggee,0
if the privilege is not found in the privilege collection of the token of the debuggee or something is wrong with the API.