• Stars
    star
    150
  • Rank 247,323 (Top 5 %)
  • Language
    C
  • Created over 5 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a more stable & secure read/write virtual memory for kernel mode drivers

readwrite-kernel-stable

edit: hello, this project is deprecated and will not be updated anymore, these are also poorly written and unlikely to be really stable in any situation

update: added search process modules into the driver

a more stable & secure read/write virtual memory for kernel mode drivers

intended to be called using Kernel Function hooks, but could be fitted to be used with IOCTL's

these method's are slightly more secure compared to paracorded's methods (links in driver.c) and should be faster then MmCopyVirtualMemory

created with the purpose of removing PAGE_FAULT_IN_NONPAGED_AREA bluescreen, and any other BSOD's that come with copying bad memory