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