From 5407a9c4f6606ed4748ac90ed6816fb1ffd3be46 Mon Sep 17 00:00:00 2001 From: notscimmy Date: Tue, 4 Sep 2018 01:55:36 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad8b4f5..3348063 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # pplib - Elevate processes to Protected Processes +This project utilizes executing arbitrary code in the kernel by using libcapcom: https://github.com/notscimmy/libcapcom + ## Protected Processes Windows' security model defines that a process running with debug privileges, such as under an administrative account, can request access to any right to other processes running on the machine. Such rights include the ability to: * Read/write arbitrary process memory @@ -65,4 +67,4 @@ int main() return 0; } ``` -![](https://puu.sh/BpqSi/711eea8686.png") \ No newline at end of file +![](https://puu.sh/BpqSi/711eea8686.png")