`AntiWindowSnap` Prevent screenshotting and screen recording for the window with the specified title.
## Usage
1. Create a config.txt file next to AntiWindowSnap.exe.
2. In config.txt, list one window title per line.
3. Double-click to run AntiWindowSnap.exe.
## Why AntiWindowSnap?
- No DLL injection, no administrator rights are required, and only code injection is used to implement anti-screenshot api calls
- It detects new windows and changes to window titles in real-time, and also prevents screenshotting of previously opened windows.
### Download Prebuilt Binaries
[Release download](https://github.com/pkptzx/AntiWindowSnap/releases/latest)
## Build from source
```shell
cargo build --release
```
# License
MIT