Giter VIP home page Giter VIP logo

driverce's Introduction

Tasks

我们要写一个驱动,并改装(Hook)CE,使CE和驱动通信,能够读、写受反作弊保护的游戏。

并且这个驱动可以兼容任何Windows 64位操作系统,不会轻易蓝屏,不会触发PatchGuard


How and what we should do

为了完成上述任务

我们应该有

  • 一个稳定驱动

  • 一个CE

  • 一个Dll或者是其他,用于注入CE,hook R3层函数,通过DeviceIoControl或者说其他通信方式,与驱动通信,完成读写操作。


This video

我这个视频将代领大家从01开始,写一个驱动,这个驱动不依赖任何OS版本,不依靠任何特征码搜索等不稳定的因素查找函数。均使用ntosknrl.exe已导出的函数进行

will learn

  • 什么是句柄以及Windows句柄校验机制

  • 驱动层是如何进行句柄回调保护的

  • Windows内核导出函数的使用

  • Detours库的使用 R3 Hook

  • 简单驱动与简单

  • 劫持dll补丁的编写 AheadList

version

预计3-5课左右。


Footnotes

  1. 非0基础,要有简单的反汇编,基础的C++/C语言知识,对于驱动编写,我会简单地点几下,但是会写驱动更好

driverce's People

Contributors

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