8000 GitHub - SparrowOchon/DseDisabler: 🐱‍💻 Disables the Driver Signature Enforcement using g_CiOptions patch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SparrowOchon/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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.0%
  • CMake 21.0%
0