Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use DirectDraw techology(or similar) to make window contents absolutely secure #34

Open
Proposer233 opened this issue Dec 8, 2024 · 2 comments

Comments

@Proposer233
Copy link

Proposer233 commented Dec 8, 2024

When DWM is disabled,SetWindowDisplayAffinity won't work.For that,we can add a mechinasm.Use a DLL to inject into protected processes,and hook common functions in user32.dll.When processes try print contents into client area of its window,not do that actually,just pass it to the driver.
Use driver to register a display device driver,and show it in device surface level.

@DavidXanatos
Copy link
Contributor

that would be beyond complicated and overkill, a isolated desktop should be good enough.

@Proposer233
Copy link
Author

If some programs use techologies like DirectX,could it work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants