From c77332ff69b8a48596237189279fb3ef652b9d69 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 5 Nov 2020 21:10:05 +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 4775ed0..6cf00de 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@
- @@ -15,7 +14,8 @@ whereas this project is. This project can be used more broadly then physmeme. # Example -In this example VDM syscalls into an inline hook placed on `ntoskrnl.NtShutdownSystem` to call memcpy exported from ntoskrnl.exe. +In this example VDM syscalls into an inline hook placed on `ntoskrnl.NtShutdownSystem` to call memcpy exported from ntoskrnl.exe. The original bytes are restored +directly after the syscall returns. #### Demo Code ```cpp