Code Monkey home page Code Monkey logo

reghacker's Introduction

Introduction

It's actually a Windows® XP driver that performs SSDT hooking. It replaces some functions (registry operations in my example code) with some self-defined kernel code which eventually passes the parameters to the correct system call.

Windows version

For now I only test it on Windows® XP since it's much easier because XP is less secure of course.

I didn't test it on later Windows operating systems but I did read some post saying that the most tricky part to port it to later Windows versions is that memory holding SSDT is no longer writable with wp bit set in cr0. But Windows provides a way to bypass the restriction using Memory Descriptor List(MDL). Modifying cr0 will compromise your OS and is not recommended.

Build

If you are skilled at Windows® driver dev, then just ignore this part (and probably you don't need this toy either).

First download VisualDDK which I use to compile the whole stuff. Then you can do whatever you want. Create a project and copy-paste my code or copy the directory and see if Visual Studio can recognize. If you have any problem, you can email me.

And there're plenty of tutorials on how to make drivers work with Windows (not so convenient like Linux though)

reghacker's People

Contributors

styxyang avatar

Watchers

James Cloos 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.