Update README.md

This commit is contained in:
cschy
2022-03-01 20:30:45 +08:00
committed by GitHub
parent 07e0007eac
commit e4774cf799

View File

@@ -1,4 +1,4 @@
# AntiScreenCap
Inject code "SetWindowDisplayAffinity" to every process which has window. It can't work on wpf app which set AllowsTransparency="True"(e.g. QQ)
Inject code "SetWindowDisplayAffinity" to every process which has window but it can't work on wpf app which set AllowsTransparency="True"(e.g. QQ)
The project "Hide" and "Unhide" hook current windows while the "RtlHide" taking a real-time hook.