Skip to content

Instantly share code, notes, and snippets.

View xCuri0's full-sized avatar
😳

Curi0 xCuri0

😳
  • Colombo, Sri Lanka
  • 17:14 (UTC +05:30)
View GitHub Profile
#include <iostream>
#include <Windows.h>
#include <string>
#define VARIABLE_ATTRIBUTE_NON_VOLATILE 0x00000001
#define VARIABLE_ATTRIBUTE_BOOTSERVICE_ACCESS 0x00000002
#define VARIABLE_ATTRIBUTE_RUNTIME_ACCESS 0x00000004
BOOLEAN RaisePriviledge()
{