Skip to content
forked from xsalll/NoScreen

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

Notifications You must be signed in to change notification settings

Kase1337/NoScreen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

mellstroy

Как билдит:

  1. качаим visual studio с компонентами:
    • Разработка классических приложений на С++
    • Комплект разработки драйверов для Windows
    • MFC for v143 build tools with Spectre migrations
    • ATL for v143 build tools with Spectre migrations
    • ATL for v143 build tools
    • MSVC v143 - VS 2022 C++ build tools
    • MSVC v143 - VS 2022 C++ Spectre-migrated libs
    • Пакет SDK
  2. качаим wdk такой же версии как и пакет SDK
  3. Ну патом сборка в release режими
  4. Собрать решение ну там сам паймеш

инструкция по использованю:

  1. Отключит антивирус и защито от подделко
  2. скачат lenovo_mapper или kdmapper
  3. сделот билд
  4. открыт консол
  5. ввести kdmapper.exe kernel.sys
  6. открыт user.exe
  7. тапат по экранчику

*Вроде lenovo_mapper более крути но эт сам думай пробуй

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 51.5%
  • C++ 48.5%