mirror of
https://github.com/notscimmy/pplib
synced 2026-06-22 07:30:05 +00:00
Update README.md
This commit is contained in:
@@ -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;
|
||||
}
|
||||
```
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user