Coder Social home page Coder Social logo

cecheater's Introduction

介绍

利用CE的DBK驱动加载未签名驱动

加载未签名驱动的原理

https://bbs.kanxue.com/thread-277919.htm

项目构成

包含两个项目:

  • CECheater项目生成的是lua53-64.dll,用于替换CheatEngine导入的同名dll
  • MyDriver项目生成的是MyDriver.sys,仅用于测试,可以替换成您想要加载的未签名驱动

编译

CECheater项目的编译配置为“C++17 + vs2022 + x64 config”,编译完后将生成的lua53-64.dll替换掉bin64里原来的lua53-64.dll就可以了

运行

文件夹bin64.7z里提供了最终部署结果,需要以管理员权限运行,提供了以下两种不同的方式加载未签名驱动MyDriver.sys

  • 将MyDriver.sys映射到内存中,修复其RVA和导入表,之后由当前进程直接运行驱动的入口点代码
richstuff-x86_64.exe -load_by_shellcode .\\MyDriver.sys
  • 将MyDriver.sys映射到内存中,修复其RVA和导入表,之后调用IoCreateDriver来加载驱动,会创建驱动对象“\FileSystem\<驱动文件名>”(此处为“\FileSystem\MyDriver”),并由系统进程运行驱动的入口点代码
richstuff-x86_64.exe -load_by_driver .\\MyDriver.sys

支持平台

x64 Windows 7, 8.1 and 10

cecheater's People

Contributors

techforbad avatar

Stargazers

Nu 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.