An open API service indexing awesome lists of open source software.

https://github.com/Zer0Mem0ry/KernelReadWriteMemory

Simple code to manipulate the memory of a usermode process from kernel.
https://github.com/Zer0Mem0ry/KernelReadWriteMemory

Last synced: 17 days ago
JSON representation

Simple code to manipulate the memory of a usermode process from kernel.

Awesome Lists containing this project

README

        

# KernelReadWriteMemory
Simple proof of concept -code to manipulate the memory of a usermode process from kernelmode of a windows NT
operating system. This is complished by using the undocumented
NT API "MmCopyVirtualMemory" function in ntoskrnl.exe.

This works for both x64 & x86 processes.