/NoScreen

Hiding the window from screenshots using the function win32kfull::GreProtectSpriteContent

Primary LanguageC

NoScreen

This function is used in setwindowaffinity, but unlike the original API function, this function does not create detection vectors, for example, when using setwindowaffinity, this function can easily be detected through getwindowdisplayaffinity, this function is exempt from this, in addition, you can put this protection on any window in the process without interfering with the memory of the process itself.

hippo