Git Product home page Git Product logo

cpuz-dsefix's Introduction

CPUZ-DSEFix

Exploiting CPU-Z Driver To Load Unsigned Drivers. Supports Only x64 OS, Windows 7, Windows 8, Windows 8.1, Windows 10. On Windows 10 PatchGuard Will Be Triggered And Cause BSOD. Driver May Be Loaded For a Limited Time Before BSOD.

This program patches a global variable in the system files. The global variable is pattern searched for and then the offset from ImageBase is calculated. It is later patched from ring0. On Windows 7, the global variable is located in ntoskrnl.exe (g_CiEnable). g_CiEnable is a boolean, if it is equal to 1 then DSE is ON. If it is equal to 0 then DSE if OFF.

On Windows 8 to Windows 10, the global variable is located in CI.dll (g_CiOptions). PG will notice if this variable is patched. If g_CiOptions == 6 then DSE is ON. If g_CiOptions == 0 then DSE if OFF. If g_CiOptions == 8 then DSE is on TEST_SIGN.

Usage

Enable "Run As Administrator". Drag And Drop Driver Onto It. CPUZ-DSEFix Will Output Necessary Instructions.

ezgif-2-cfaea52718

Credits

MarkHC, https://github.com/MarkHC/HandleMaster

cpuz-dsefix's People

Contributors

samlarenn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.