Update README.md

This commit is contained in:
notscimmy
2018-09-04 01:55:36 -07:00
committed by GitHub
parent 446b8fe26f
commit 5407a9c4f6
+3 -1
View File
@@ -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")
![](https://puu.sh/BpqSi/711eea8686.png")