Git Product home page Git Product logo

kernel-mouse's Introduction

Infestation

Usermode

I've made simple usermode for testing, but i wont release, there are many sources available to copy and use.

Kernelmode

Watch the demo

The driver can be used in any windows 10/11 versions.

Available

  • Kernel driver with extra addons
  • kernel mouse_movement
  • Kernel mouse_down and mouse_up
  • Read virtual memory (mmcopy)
  • Write virtual memory (mmcopy/mdl)
  • Kernel driver ready to be manually mapped tested (kdmapper/lenovo)

Planning

  • TODO: Kernel Dispatch Write Memory
  • TODO: Protect usermode process
  • TODO: Clear MmUnloadedDrivers
  • TODO: Clear PiDDBCacheTable

How to use ?

1.1 Manually mapping

  • Clone the repository
  • Open the solution in Visual Studio 2022 v143
  • DISABLE Security Check if loading driver with driver mapper

  • Build the project
  • Copy the driver to the same folder as the executable
  • Load the driver with the driver mapper

1.2 Loading via service SC

  • Clone the repository

  • Open the solution in Visual Studio 2022 v143

  • Build the project

  • To load the driver MUST HAVE: driver certificate, using DSE or with Windows Testmode

create driver sc create [service name] binPath= [path to your .sys file] type= kernel

load driver sc start [service name]

stop driver sc stop [service name]

delete driver sc delete [service name]

Disclaimer โš 

I wont support or provide any binaries for this project, you are free to use it as you wish, this is a free project.

kernel-mouse's People

Contributors

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