From 6cbcb9833d57c25923d19f0bfa4c9bf7062def44 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Fri, 20 Nov 2020 05:25:19 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f6e083..a63c506 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,8 @@ of the kernel memory which you can then use with ReadProcessMemory/WriteProcessM new_addr.pt_index = old_addr.pt_index; return reinterpret_cast(new_addr.value); } -``` \ No newline at end of file +``` + +# Warning + +WriteProcessMemory does not work right now since NtWriteVirtualMemory --> MmCopyVirtualMemory --> MmProbeAndLockPages <--- this fails. https://githacks.org/_xeroxz/kmem/-/issues/1 \ No newline at end of file