Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

vsaint1/kernel-mouse

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Kernel driver with mouse and keyboard input

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.