Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Zer0Mem0ry/KernelReadWriteMemory

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

Last synced: 3 months 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.