| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Without using driver solution is ready in https://github.com/TopSoftdeveloper/SetWindowDisplayAffinity-Bypass
Modern Windows applications may rely on SetWindowDisplayAffinity (WDA_MONITOR, WDA_EXCLUDEFROMCAPTURE) to prevent screenshots and screen recording. At the user-mode level, these protections are relatively well understood.
This project demonstrates a kernel-mode approach, using a driver-level patch, to bypass such restrictions and allow screen capture of protected windows.
⚠️ This project is for educational and research purposes only.
Operates at the kernel / driver level
Bypasses window capture protection below user-mode APIs
Does not rely on:
Demonstrates how display affinity enforcement can be neutralized from kernel space
| Component | Value |
|---|---|
| OS | Windows 10 |
| Version | 22H2 |
| Build | 19045 |
| Test Platform | VMware (Virtual Machine) |
✔️ Fully functional and stable in the tested virtualized environment.
This project was validated inside a virtual machine.
For real Windows installations, driver loading and kernel patching require additional setup and safeguards.
Developers should refer to the following project for driver installation and kernel hook techniques:
🔗 Reference: https://github.com/iPower/KasperskyHook
That repository provides guidance on:
Kernel-level modifications:
Behavior may vary across:
This project does not guarantee compatibility beyond the tested configuration.
This repository is published strictly for educational, research, and defensive security analysis.
The author:
Not intended for end users or production environments.
For research discussion or support:
| Back | FazBrowse Home | New Git URL |