You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: