mirror of
https://github.com/notscimmy/pplib
synced 2026-06-22 07:30:05 +00:00
10 lines
160 B
C++
10 lines
160 B
C++
#include <Windows.h>
|
|
#include "pplib.h"
|
|
|
|
int main()
|
|
{
|
|
elevate_ppl();
|
|
MessageBoxA(NULL, "Use ProcessHacker to check PPL status", "Paused", NULL);
|
|
return 0;
|
|
}
|