SetDebugPrivilege sets the debug privilege in the current process token.
()
| 96 | |
| 97 | // SetDebugPrivilege sets the debug privilege in the current process token. |
| 98 | func SetDebugPrivilege() { |
| 99 | enablePrivileges(SeDebugPrivilege) |
| 100 | } |
| 101 | |
| 102 | // SetTcbPrivilege sets the TCB privilege in the current process token. |
| 103 | func SetTcbPrivilege() { |
no test coverage detected