xct / elevatedrv

Simple Driver that elevates any process to SYSTEM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elevatedrv

This project is just for learning purposes. It's a simple driver / usermode app combo that, once the driver is installed, elevates the current process to SYSTEM.

Install Driver

bcedit /set testsigning on
bcdedit.exe /set nointegritychecks on
sc create kelevate type= kernel binPath= C:\dev\kelevate.sys
sc start kelevate

Usage

elevate.exe

About

Simple Driver that elevates any process to SYSTEM


Languages

Language:C++ 94.8%Language:C 5.2%