From 3ff0f29e43b8894b6ed1c53ff4fd2f29653f8da7 Mon Sep 17 00:00:00 2001 From: IDontCode Date: Thu, 12 Nov 2020 00:15:51 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 721647c..7e56878 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@
-# credit -* buck#0001 - inspiration for most of this. - # PSKP (Process-Context Specific Kernel Patches) This project allows you to patch your kernel only in a specific process. It is highly experimental and will most likely cause your system to crash. Please install some form of virtualization before messing around @@ -23,4 +20,7 @@ If you are interested in how this code works you can read about it here: [https: const auto new_patch_page = kernel_patch.patch(function_addr); std::cout << "[+] new_patch_page: " << new_patch_page << std::endl; *(short*)new_patch_page = 0xDEAD; // this patch will only be viewable inside of your context... -``` \ No newline at end of file +``` + +# credit +* buck#0001 - inspiration for most of this \ No newline at end of file