GetPrivilegeState
查询是否在调试对象上启用了特权。
参数
arg1
特权的名称。示例: 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.