Skip to content

Commit

Permalink
Update EnablePrivilege.h
Browse files Browse the repository at this point in the history
  • Loading branch information
S1ckB0y1337 authored Aug 27, 2020
1 parent 09210a3 commit 3a2e29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TokenPlayer/EnablePrivilege.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <tchar.h>
#include <Windows.h>

//A function to enable SeDebugPrivilege if you have the proper rights
//A function to enable privileges if you have the proper rights
BOOL EnablePrivilege(LPCWSTR privilege) {
//First lets get the LUID of the provided privilege
LUID privLuid;
Expand Down

0 comments on commit 3a2e29f

Please sign in to comment.