Skip to content

πŸ±β€πŸ’» Disables the Driver Signature Enforcement using g_CiOptions patch

Notifications You must be signed in to change notification settings

Umbre11as/DseDisabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DseDisabler

Disabler for Driver Signature Enforcement

Features list

  • Patching g_CiOptions using ring0 driver
  • Patching using UEFI (Not planned)
  • Not IOCTL communication

Usage

Driver supports Manual mapping, so you can use for example kdmapper for mapping driver or just create it using new service (but you need to sign it):

sc create dse type=kernel binPath=<path/to/KernelMode.sys>
sc start dse

After that start UserMode.exe with disable or enable arguments.

Bypassing PatchGuard

Now CI.dll is protected by PatchGuard, to bypass it you have many ways:

  • Load NoBsodDriver (Very meme way)
  • Disable PatchGuard for example using EfiGuard
  • After your manipulations, turn DSE back off

Pictures

Credits

About

πŸ±β€πŸ’» Disables the Driver Signature Enforcement using g_CiOptions patch

Topics

Resources

Stars

Watchers

Forks