From 7019652a7102e6ad7e594095f8cf2e038ee3a357 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 16 Nov 2020 09:56:29 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 536cd64..9f6e083 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ -# kmem +# /proc/kmem -/proc/kmem reimplementation for windows. The process created is named "/proc/kmem" which you can see in task manager + use CreateToolhelp32Snapshot to obtain the PID of this process. +/proc/kmem reimplementation for windows. Instead of an illusionary file, its a process named "/proc/kmem" which you can see in task manager + use CreateToolhelp32Snapshot to obtain the PID. On windows I was told it was "impossible to name your process something other then the executables name" so I figured I would go the extra mile and throw in some forward slashes into the name since you dont see that very often on windows.