Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
Simple code to manipulate the memory of a usermode process from kernel.
- Host: GitHub
- URL: https://github.com/Zer0Mem0ry/KernelReadWriteMemory
- Owner: Zer0Mem0ry
- Created: 2016-11-07T14:03:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T15:05:16.000Z (about 8 years ago)
- Last Synced: 2024-05-02T15:26:18.646Z (6 months ago)
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 245
- Watchers: 12
- Forks: 65
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeCppGameDev - KernelReadWriteMemory
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.