Skip to content
/ disaff Public

Hide any process from screen capturing software

Notifications You must be signed in to change notification settings

FssAy/disaff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Disaff - Injectable DLL

This is a pretty simple library for Windows that upon injection, constantly looks for a process' windows and calls on them winapi function SetWindowDisplayAffinity to make them "invisible for screen capture software" (in simple words).

Build

If you want to receive an info box upon first scan to check which windows were altered, enable info_box feature.

for 32 bit systems:
cargo build --release --target i686-pc-windows-msvc

but remember to add the target to toolchain by:
rustup target add i686-pc-windows-msvc

Usage

Simply use any DLL injector. I personally use GH Injector

Example

Before After

Captured with Snipping Toolbar [WIN]+[SHIFT]+[S]

About

Hide any process from screen capturing software

Resources

Stars

Watchers

Forks

Languages