Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.06 KB

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]