Skip to content

oakboat/ReadDriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadDriver

A kernel memory read driver using data ptr hook

Feature

Read and write process memory

Get process module address

Usage

Change NtUserRegisterTouchPadCapable offset in Entry.cpp

uintptr_t HookAddress = reinterpret_cast<uintptr_t>(win32k)+0x664E0;
You Can find it with ida: image So in my computer, my offset is x664E0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages