| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
On Microsoft Windows, applications can restrict screen capturing by using the SetWindowDisplayAffinity API with the following flags:
These flags are commonly used to prevent screenshots and screen recording by most capture tools (e.g. Print Screen, Snipping Tool, OBS, etc.).
This repository demonstrates a non-invasive technique to capture screenshots of such protected windows without using DLL injection or API hooking.
Historically, developers attempting to bypass this protection have relied on:
While effective, those approaches:
This project explores an alternative approach that avoids injecting code into the protected application.
The concept is inspired by and related to the following reference project:
🔗 Reference: https://github.com/wongfei/wda_monitor_trick
This repository builds upon the idea to show how screenshots can still be obtained under specific conditions, even when WDA_MONITOR or WDA_EXCLUDEFROMCAPTURE is enabled.
Check video.mp4 file to understand how it works.
If you’d like to discuss the project or support future research:
| Back | FazBrowse Home | New Git URL |