Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
notscimmy authored Sep 4, 2018
1 parent 446b8fe commit 5407a9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -65,4 +67,4 @@ int main()
return 0;
}
```
![](https://puu.sh/BpqSi/711eea8686.png")
![](https://puu.sh/BpqSi/711eea8686.png")

0 comments on commit 5407a9c

Please sign in to comment.